Files
alisp/test
Aryadev Chavali c1cdb8607d lisp: split memory into conses and vectors
During garbage collection, we'll iterate through these two vectors.
Instead of freeing the memory, we can swap cells in the vector and
decrement its size.

The idea is we can attach an allocator to the system where we reuse
memory instead of just allocating everytime.
2026-02-12 22:51:29 +00:00
..
2026-02-05 04:04:54 +00:00
2026-02-11 10:29:57 +00:00
2026-02-11 10:29:57 +00:00
2026-02-11 10:29:57 +00:00