1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-19 19:20:23 +02:00
guile/module/language/glil
Andy Wingo a5bbb22e83 rename goto/args and friends to tail-call, tail-apply, etc
* libguile/vm-i-system.c (tail-call, tail-call/nargs, tail-apply)
  (tail-call/cc): Rename these back to tail-* from goto/*. We should
  reserve the rename-then-goto name for when you actually do a rename
  and goto, not when you shuffle the stack.

* doc/ref/vm.texi:
* module/language/glil/decompile-assembly.scm:
* module/language/tree-il/compile-glil.scm:
* test-suite/tests/tree-il.test: Adapt all callers and documentation.
2010-01-03 14:49:40 +01:00
..
compile-assembly.scm fix emission of meta procedures 2009-12-10 20:26:54 +01:00
decompile-assembly.scm rename goto/args and friends to tail-call, tail-apply, etc 2010-01-03 14:49:40 +01:00
spec.scm language-readers receive environment as an arg 2009-10-16 13:39:24 +02:00