post-scarcity/lisp
Simon Brooke 70376c6529 Careful debugging of the memory leak problem. At this stage,
stack frames for interpreted (but not primitive) functions appear not to be being
reclaimed, and the oblist doesn't seem to be being fully reclaimed.
2026-02-20 19:39:19 +00:00
..
defun.lisp Careful debugging of the memory leak problem. At this stage, 2026-02-20 19:39:19 +00:00
expt.lisp Still broken, but I believe we're moving in the right direction. 2019-01-24 10:12:08 +00:00
fact.lisp Careful debugging of the memory leak problem. At this stage, 2026-02-20 19:39:19 +00:00
not-working-yet.lisp Not really making progress. 2018-12-30 19:07:07 +00:00
scratchpad.lisp OK, my idea that long multiplication is like long addition is wrong. 2019-01-20 23:34:46 +00:00
scratchpad2.lisp OK, my idea that long multiplication is like long addition is wrong. 2019-01-20 23:34:46 +00:00
slurp.lisp Work on reducing allocation leaks in read_number(). This is now improved, but not yet satisfactory. 2026-02-04 22:57:10 +00:00
types.lisp Not really making progress. 2018-12-30 19:07:07 +00:00