Jan Nieuwenhuizen
|
2b577eaee0
|
Add loadable modules.
* module/mes/base-0.mes (mes-use-module): Implement.
* module/mes: Update users.
* HACKING: Update.
* NEWS: Update.
* configure (main): Use shell expansion for prefix.
* make/install.make (install): Substitute prefix.
|
2016-12-12 20:35:19 +01:00 |
|
Jan Nieuwenhuizen
|
e6a0257a79
|
core: Cleanup cells.
* mes.c: Use accessors rather than g_cell[] access throughout.
|
2016-12-12 20:35:19 +01:00 |
|
Jan Nieuwenhuizen
|
61e42e8527
|
core: Number based cells.
* mes.c (scm_t): Change car, string, ref, cdr, macro, vector into g_cell index
[WAS]: scm_t pointer.
* define.c: Update.
* lib.c: Update.
* math.c: Update.
* posix.c: Update.
* quasiquote.c: Update.
* string.c: Update.
* type.c: Update.
* build-aux/mes-snarf.mes Update.
* tests/gc-4.test: New test.
* tests/gc-5.test: New test.
* tests/gc-6.test: New test.
|
2016-12-12 20:35:18 +01:00 |
|
Jan Nieuwenhuizen
|
c035a59094
|
Add sicp garbage example: tests/gc-1.test.
|
2016-12-12 20:35:18 +01:00 |
|
Jan Nieuwenhuizen
|
99cedbfbde
|
core: Add garbage collector/jam collector experiment.
* mes.c (gc, gc_loop, gc_copy, gc_move, gc_relocate_car,
gc_relocate_cdr, gc_flip): New function.
* tests/gc-0.test: New file.
|
2016-12-12 20:35:18 +01:00 |
|