Improving Nasal: Difference between revisions

Jump to navigation Jump to search
m
Line 63: Line 63:


= Improve the garbage collector =
= Improve the garbage collector =
As of 06/2012, a new incremental Nasal GC is being worked on [http://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg37579.html]:
I have been working on a 4-color incremental mark/sweep collector with
the intention of merging it into the Nasal interpreter.
The work so far can be found at http://github.com/chrisforbes/incgc;
There's still quite a lot to do, but the path is clear.
Also see: [[How the Nasal GC works]]
Also see: [[How the Nasal GC works]]


Navigation menu