diff options
author | Andy Wingo <wingo@pobox.com> | 2008-08-05 01:03:17 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2008-08-05 01:03:17 +0200 |
commit | 659b4611b6a138fa252a42d1e1a0f4862242454c (patch) | |
tree | 81ea597791e89aac0e4f850d500acafd7f54820a /src/objcodes.c | |
parent | fbde2b915bfe4139b75e71c4ad5fd701b2558d8f (diff) | |
download | guile-659b4611b6a138fa252a42d1e1a0f4862242454c.tar.gz |
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.
Diffstat (limited to 'src/objcodes.c')
0 files changed, 0 insertions, 0 deletions