summaryrefslogtreecommitdiffstats
path: root/parser.y
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-03-29 10:54:22 -0700
committerKaz Kylheku <kaz@kylheku.com>2014-03-29 22:55:16 -0700
commitc20c994098c12f499fd24a89305ff37c7a2bcf76 (patch)
treea302673b8794c768261b08ded7e14a8bda3c2310 /parser.y
parentdfee517e54d27412e28481637ba7d763ec34face (diff)
downloadtxr-c20c994098c12f499fd24a89305ff37c7a2bcf76.tar.gz
txr-c20c994098c12f499fd24a89305ff37c7a2bcf76.tar.bz2
txr-c20c994098c12f499fd24a89305ff37c7a2bcf76.zip
Generational GC tweaks.
* gc.c (make_obj): If we have room in the freshobj array, but are out of objects, then call more. Without this, we don't take proper advantage of this nursing area. (gc): Set the full_gc flag after doing gc, in preparation for next time. If we know full GC is coming, we can adjust some behaviors. Increase the threshold for calling the more() function to be the same as in the non-generational case: less than 3/4 of the size of a heap scavenged. (gc_set): Now does nothing if it is known that a full gc is coming. Also, in the checkobj array overflow case when we invoke gc, there is no point in adding obj to the array, since it must have been promoted to the mature generation. (gc_mutated): Don't bother storing the object in the array if a full GC is coming.
Diffstat (limited to 'parser.y')
0 files changed, 0 insertions, 0 deletions