Commit Graph

7 Commits

Author SHA1 Message Date
Peter McGoron 7731d1136b fine-grained valgrind support (warning: slow) 2024-07-14 01:43:56 -04:00
Peter McGoron 2effa0f98c cheney_c89: valgrind 2024-07-14 01:20:50 -04:00
Peter McGoron b41e2100c2 import flatrate lisp, rename to Universal Service LISP 2024-07-10 10:47:55 -04:00
Peter McGoron a406b64975 fix clean 2024-07-08 20:06:01 -04:00
Peter McGoron 4f7847b2c0 Major API reorganization, test infrastructure
The API is now hidden behind functions. The GC struct can have an
unstable layout without affecting any compiled binaries (users of
Universal Service or collectors hidden behind the API). The
collectors can be called directly if desired.

The API now allows for different allocation flags. These will be
used in future extensions (like weak pointers). For now none are
used.

Tests are compiled for each collector. I can't think of a good
solution that will encompass everything I want to write, but for
now this will work on POSIX systems.
2024-07-08 19:58:22 -04:00
Peter McGoron 26afacd565 strings: add more tests
cheney_c89: fix memory leak errors
2024-06-12 08:56:49 -04:00
Peter McGoron fe131f6e4b cheney copying collector 2024-06-11 23:40:34 -04:00