wingo pushed a change to branch wip-whippet in repository guile. from e3b743dc7 Move source properties out to a module new c35cbd65f Remove (ice-9 hcons) new d457aaa57 Add ephemeron-table-clear!; ephemeron key can be immediate new 8280c8485 Move weak table implementation to Scheme
The 3 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: am/bootstrap.am | 1 - libguile.h | 1 - libguile/Makefile.am | 12 +- libguile/atomics-internal.h | 16 + libguile/ephemerons.c | 28 +- libguile/evalext.c | 1 - libguile/fluids.c | 1 - libguile/hash.c | 1 - libguile/hashtab.c | 683 ++++++++++++++++++++++---- libguile/hashtab.h | 11 +- libguile/init.c | 4 +- libguile/print.c | 4 - libguile/scm.h | 2 +- libguile/weak-table.c | 807 ------------------------------- libguile/weak-table.h | 86 ---- module/ice-9/ephemerons.scm | 3 +- module/ice-9/hcons.scm | 81 ---- module/ice-9/object-properties.scm | 9 +- module/ice-9/poe.scm | 58 ++- module/ice-9/popen.scm | 12 +- module/ice-9/source-properties.scm | 5 +- module/ice-9/weak-tables.scm | 358 +++++++++++++- module/language/cps/compile-bytecode.scm | 1 - module/language/ecmascript/array.scm | 5 +- module/language/ecmascript/function.scm | 10 +- module/oop/goops/save.scm | 8 +- module/srfi/srfi-18.scm | 11 +- module/srfi/srfi-69.scm | 5 + module/system/base/types.scm | 2 - module/system/base/types/internal.scm | 3 +- module/system/foreign.scm | 8 +- module/system/vm/assembler.scm | 1 - test-suite/tests/ephemerons.test | 12 +- test-suite/tests/gc.test | 4 +- test-suite/tests/hash.test | 5 +- test-suite/tests/srfi-69.test | 6 +- test-suite/tests/types.test | 3 - test-suite/tests/weaks.test | 144 +++--- 38 files changed, 1150 insertions(+), 1262 deletions(-) delete mode 100644 libguile/weak-table.c delete mode 100644 libguile/weak-table.h delete mode 100644 module/ice-9/hcons.scm