mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-25 15:00:45 -08:00
* TAG_SIZE was changed to TAG_COUNT in the code, so make the corresponding change in the manual. * Avoid the "+= 2" hack: use TAG_COUNT(UNTAG_COUNT(...) + 1). Clarity is more important than speed here. * Use obj_unused for unused hash table entries so that there can be no confusion between NULL meaning "unused" and NULL meaning "splatted by the garbage collector". * Add references from the example code to the notes. Copied from Perforce Change: 182804 ServerID: perforce.ravenbrook.com |
||
|---|---|---|
| .. | ||
| .p4ignore | ||
| josephus.scm | ||
| Makefile.in | ||
| r4rs.scm | ||
| scheme-advanced.c | ||
| scheme-boehm.c | ||
| scheme-malloc.c | ||
| scheme.c | ||
| test-common.scm | ||
| test-leaf.scm | ||
| test-mps.scm | ||
| test-r5rs.scm | ||
| test-weak.scm | ||