mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-02 21:10:27 +02:00
Talk about non-blockable GC.
This commit is contained in:
parent
4bc6f1c693
commit
aa9200e51a
1 changed files with 6 additions and 0 deletions
6
NEWS
6
NEWS
|
@ -1173,6 +1173,12 @@ function as the callback instead of a SCM value.
|
||||||
|
|
||||||
Use scm_std_select, scm_std_sleep, scm_std_usleep instead.
|
Use scm_std_select, scm_std_sleep, scm_std_usleep instead.
|
||||||
|
|
||||||
|
** The GC can no longer be blocked.
|
||||||
|
|
||||||
|
The global flags scm_gc_heap_lock and scm_block_gc have been removed.
|
||||||
|
The GC can now run (partially) concurrently with other code and thus
|
||||||
|
blocking it is not well defined.
|
||||||
|
|
||||||
** Many definitions have been removed that were previously deprecated.
|
** Many definitions have been removed that were previously deprecated.
|
||||||
|
|
||||||
scm_lisp_nil, scm_lisp_t, s_nil_ify, scm_m_nil_ify, s_t_ify,
|
scm_lisp_nil, scm_lisp_t, s_nil_ify, scm_m_nil_ify, s_t_ify,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue