wingo pushed a change to branch wip-whippet in repository guile. from 7fdd17f5a Fix deprecation trampoline for `delay` new 566cae913 Deactivate mutator around pause() new 0939aff5f Rework mutex/cond waiting to not allocate new b25e6a51a Fix (system base types) for ports new 56f4fa6bc Update symbols.test for no more stringbuf-length in %symbol-dump new 5565f2631 Fix primitive-load to eval current expression before reading next new e2d6ec610 Revert "Update srfi-10.test" new 178868953 handle-interrupts issues a cooperative GC safepoint
The 7 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: libguile/jit.c | 41 +++++++++ libguile/scmsigs.c | 3 + libguile/threads-internal.h | 37 +++++++- libguile/threads.c | 209 ++++++++++++++++++------------------------ libguile/vm-engine.c | 6 ++ module/ice-9/boot-9.scm | 12 +-- module/system/base/types.scm | 12 ++- test-suite/tests/srfi-10.test | 6 +- test-suite/tests/symbols.test | 5 +- test-suite/tests/types.test | 4 +- 10 files changed, 193 insertions(+), 142 deletions(-)