1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-16 02:30:20 +02:00
guile/module/system/repl
Andy Wingo 659b4611b6 re-enable computed goto; fix ,help in the repl; subr dispatch optimizations
* m4/labels-as-values.m4: New file, checks for computed goto.

* configure.in: Use AC_C_LABELS_AS_VALUES.

* module/system/repl/command.scm (procedure-documentation): Extend the
  core's procedure-documentation in an ad-hoc way, so that ,help works.

* module/system/vm/core.scm (program-properties): New function.
  (program-documentation): New function.

* src/vm_engine.h (DROP, DROPN): Decrement sp before checking for
  underflow.

* src/vm_system.c (call, tail-call): Add some optimized dispatch for some
  C functions, so that we can avoid consing and the interpreter if
  possible. However currently it seems that I'm always getting the
  scm_call_* trampolines back.
2008-08-05 01:03:17 +02:00
..
.cvsignore *** empty log message *** 2001-04-22 02:13:48 +00:00
command.scm re-enable computed goto; fix ,help in the repl; subr dispatch optimizations 2008-08-05 01:03:17 +02:00
common.scm replace cenv with things in <repl> and fluids; remove the `use' meta-command 2008-05-12 22:26:31 +02:00
describe.scm fix syntax error in describe.scm 2008-05-19 21:38:09 +02:00
Makefile.am distcheck works now 2008-05-20 12:54:14 +02:00
repl.scm enable inlining; speed! 2008-05-25 13:13:15 +02:00