How the Nasal GC works: Difference between revisions

Jump to navigation Jump to search
m
Line 56: Line 56:


</syntaxhighlight>
</syntaxhighlight>
Nasal's implementation of sweep() ( called reap() ) works such that it is always executed for a handful of different type-specific memory pools. In addition, it also makes sure to allocate new memory if required.


= Objective =
= Objective =

Navigation menu