Changes between Version 1 and Version 2 of GCSizeTuning

Show
Ignore:
Timestamp:
02/13/10 23:47:16 (12 years ago)
Author:
chromatic
Comment:

Implemented.

Legend:

Unmodified
Added
Removed
Modified
  • GCSizeTuning

    v1 v2  
     1''Implemented in r43939.  Note that the GC already has an upper bound on the size of pools: POOL_MAX_BYTES in src/gc/gc_private.h.  When this exceeds the 1 MB maximum in the GC now, the GC will run every time Parrot runs out of free headers.'' 
     2 
    13According to reports, Microsoft's XNA framework uses the amount of memory allocated as a guide to run full GC.  Every time they've allocated a megabyte, they run the GC.  We can do something similar. 
    24