All releases tagged stack memory garbage collector


Release Notes: This release has a better way to use the Garbage collector stack. You can move (gear_up, gear_down) on the GC stack according where you are within your code (trashing memory in expected leaking memory code areas, and detecting unexpected leaked memory in other code areas). An example is given within the memory detection program yagac.c.