Related articles |
---|
[ANN] Qish rel. 0.6 (LGPL) - runtime & garbage collector basile@starynkevitch.net (Basile STARYNKEVITCH) (2002-12-07) |
From: | "Basile STARYNKEVITCH" <basile@starynkevitch.net> |
Newsgroups: | comp.lang.misc,comp.lang.scheme,comp.compilers |
Followup-To: | comp.lang.misc |
Date: | 7 Dec 2002 20:08:44 -0500 |
Organization: | http://lesours.starynkevitch.net/ - Les Ours |
Keywords: | GC, available |
Posted-Date: | 07 Dec 2002 20:08:44 EST |
Dear All,
I just released the release 0.6 -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. previous release 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.
PS: beware of antispam device in reply adress.
--
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
Return to the
comp.compilers page.
Search the
comp.compilers archives again.