diff options
author | Dirk Herrmann <dirk@dirk-herrmanns-seiten.de> | 2002-06-28 22:40:08 +0000 |
---|---|---|
committer | Dirk Herrmann <dirk@dirk-herrmanns-seiten.de> | 2002-06-28 22:40:08 +0000 |
commit | c136c9205ea6d375ad554c2ee3a1014732042d89 (patch) | |
tree | 34c829d967a78cb80317925cf20b7cb6207b275a /NEWS | |
parent | 23de7b97e963e5f5e09570639ac6d233865e11ee (diff) | |
download | guile-c136c9205ea6d375ad554c2ee3a1014732042d89.tar.gz |
* __scm.h, eval.c, eval.h: Removed compile time option
MEMOIZE_LOCALS to clean up the code. Now, caching of local
variable positions during memoization is mandatory. However, the
option to disable the caching has most probably not been used
anyway.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -167,6 +167,12 @@ used instead, obtained from scm_current_input_port () etc. If an application needs to retain earlier ports, it should save them in a gc-protected location. +** Removed compile time option MEMOIZE_LOCALS + +Now, caching of local variable positions during memoization is mandatory. +However, the option to disable the caching has most probably not been used +anyway. + ** Removed definitions: scm_lisp_nil, scm_lisp_t, s_nil_ify, scm_m_nil_ify, s_t_ify, scm_m_t_ify, s_0_cond, scm_m_0_cond, s_0_ify, scm_m_0_ify, s_1_ify, scm_m_1_ify, scm_debug_newcell, scm_debug_newcell2, scm_tc16_allocated, |