Changes between Version 8 and Version 9 of JSRootingGuide


Ignore:
Timestamp:
Aug 21, 2014, 9:47:39 PM (10 years ago)
Author:
Yves
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JSRootingGuide

    v8 v9  
    213213You can append a number separated by a comma to specify F or N respectively (like "2,1" to GC after every allocation or "7,10" to do a minor GC every 10 nursery allocations).
    214214With some settings the program gets extremely slow which makes it nearly impossible to use this feature to test a whole replay or even a normal game with maximum GC frequency.
     215
     216=== Static rooting analysis
     217
     218There's a separate wiki page for that: StaticRootingAnalysis