summaryrefslogtreecommitdiff
path: root/module/language/ecmascript/array.scm
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2013-06-27 12:10:37 +0200
committerAndy Wingo <wingo@pobox.com>2013-06-27 22:02:43 +0200
commitbc056057c85162b609437e68ec4eb55839682853 (patch)
treea2988e50387189e248377977d51fb0b195c22ef0 /module/language/ecmascript/array.scm
parent5da2aae3644a9ff9508db9501c50762f6e19cc97 (diff)
downloadguile-bc056057c85162b609437e68ec4eb55839682853.tar.gz
remove @call-with-current-continuation memoizer
* module/ice-9/boot-9.scm (call-with-current-continuation): Change to primcall call-with-current-continuation. * libguile/memoize.h: * libguile/expand.c (scm_sym_atcall_cc): Remove. * libguile/memoize.c (memoize): Memoize call/cc primcalls to SCM_M_CONT. (m_call_cc): Remove. (unmemoize): Unmemoize to call-with-current-continuation. * module/language/tree-il/compile-glil.scm (flatten-lambda-case): Update to call-with-current-continuation without @ prefix, and fix fallback case. * module/language/tree-il/primitives.scm (*multiply-valued-primitives*): (*interesting-primitive-names*): Remove @call-with-current-continuation. (call/cc): Expand to call-with-current-continuation. * test-suite/tests/tree-il.test ("call/cc"): Update to use and expect call-with-current-continuation primcalls / toplevel refs.
Diffstat (limited to 'module/language/ecmascript/array.scm')
0 files changed, 0 insertions, 0 deletions