chibi-scheme/opt
Alex Shinn 66bd9a52bb no more globals!
Each contexts keep a link to the heap which it is a part
of (when using the native GC), as well as a vector of
special globals that it needs quick access to (e.g. the
`quote' and `quasiquote', etc. symbols.  You can use this
to manage multiple completely unrelated VMs in the same
application, and everything will be thread-safe.

The old behavior is still available by editing config.h,
which now includes somewhat better descriptions of all
the settings.
2009-11-23 01:13:42 +09:00
..
bignum.c adding support for runtime definition of new types 2009-11-10 21:50:59 +09:00
debug.c no more globals! 2009-11-23 01:13:42 +09:00
plan9-opcodes.c working on 9p support 2009-08-24 22:41:54 +09:00
plan9.c working on 9p support 2009-08-24 22:41:54 +09:00
sexp-huff.c committing initial bignum support, still needs more thorough testing. 2009-07-07 19:16:23 +09:00
sexp-hufftabs.c committing initial bignum support, still needs more thorough testing. 2009-07-07 19:16:23 +09:00
sexp-unhuff.c committing initial bignum support, still needs more thorough testing. 2009-07-07 19:16:23 +09:00