1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-24 12:20:20 +02:00
guile/module/language/tree-il
Andy Wingo d69531e213 dynwind is now a part of guile's primitive language
* libguile/memoize.h (scm_sym_at_dynamic_wind, SCM_M_DYNWIND)
* libguile/memoize.c (memoized_tags, MAKMEMO_DYNWIND)
  (scm_m_at_dynamic_wind, unmemoize): Add dynwind as a primitive
  expression type.

* libguile/dynwind.c (scm_dynamic_wind): Downgrade to a normal C
  function.

* libguile/eval.c (eval):
* module/ice-9/eval.scm (primitive-eval): Add dynwind support.

* module/ice-9/r4rs.scm: More relevant docs.
  (apply): Define in a more regular way.
  (dynamic-wind): Add to this file, with docs, dispatching to
  @dynamic-wind.

* module/language/tree-il/primitives.scm: Parse @dynamic-wind into a
  tree-il dynamic-wind.
2010-02-18 22:12:55 +01:00
..
analyze.scm Use vhashes in `unused-variable-analysis'. 2010-02-03 00:03:34 +01:00
compile-glil.scm push a prompt handler value even in the inline-handler case 2010-02-08 12:38:19 +01:00
fix-letrec.scm rename <conditional> then and else to consequent and alternate 2009-12-11 12:00:27 +01:00
inline.scm tree-il analyzer and inliner handle <prompt> 2010-01-31 20:40:23 +01:00
optimize.scm compilation enviroments are always modules; simplifications & refactorings 2009-10-16 15:33:32 +02:00
primitives.scm dynwind is now a part of guile's primitive language 2010-02-18 22:12:55 +01:00
spec.scm fix brainfuck for new tree-il, and add tests 2009-10-23 15:10:25 +02:00