Bug 164940 - Figure out what to do with the extraPauseRatio GC scheduling feature or get rid of it
Summary: Figure out what to do with the extraPauseRatio GC scheduling feature or get r...
Status: RESOLVED DUPLICATE of bug 165758
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 149432
  Show dependency treegraph
 
Reported: 2016-11-18 11:46 PST by Filip Pizlo
Modified: 2016-12-12 14:08 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Pizlo 2016-11-18 11:46:13 PST
I found that injecting a synthetic extra pause can help with GC convergence.  I also found that putting a ceiling on mutator utilization and resetting the initialTime at the end of each fixpoint iteration has the same effect.  It remains to be seen which feature is better, but the extraPauseRatio remains disabled for now because I'm starting to think that the MU ceiling is better.
Comment 1 Filip Pizlo 2016-12-12 14:08:13 PST

*** This bug has been marked as a duplicate of bug 165758 ***