mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-09 14:07:34 +02:00
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. |
||
---|---|---|
.. | ||
bignum.h | ||
config.h | ||
eval.h | ||
sexp.h |