[ANN] Qish rel. 0.6 (LGPL) - runtime & garbage collector
Basile STARYNKEVITCH <[email protected]>
| Newsgroups | gmane.comp.programming.garbage-collection.general |
|---|---|
| Message-ID | <[email protected]> |
Dear All, I just released the release 0.5 -probably a beta quality release- of the qish runtime which contains a generational copying garbage collector (usable from C, in particular with some generated C code). See http://starynkevitch.net/Basile/qishintro.html and download http://starynkevitch.net/Basile/qish-0.6.tar.gz It could interest any people implementing a language in need of a Garbage Collector. Qish is probably a bit faster than Boehm's GC, but it is not multithreaded and requires carefully written (or machine generated) C code -respecting detailed (and documented) coding conventions. License is GNU lesser general public license = LGPL. Changes (w.r.t. rel 0.5 of december 03rd 2002) should be compilable (with -DSTRICT_C99) on any ISOC99 compiler better documentation switched to LGPL license thanks to Fergus Henderson for comments & small patch. Comments are welcome. -- Basile STARYNKEVITCH http://starynkevitch.net/Basile/ email: basile<at>starynkevitch<dot>net alias: basile<at>tunes<dot>org 8, rue de la Faïencerie, 92340 Bourg La Reine, France