Oilpan: Give a chance to schedule a precise GC after V8 minor and major GCs
I manually created more than 80 Chromium builds with various GC parameters and investigated a way to reduce the peak memory increase in memory.top_7_stress. This CL reduces the peak memory of Blogger by 6%, WordPress by 3% etc. This CL does the following two things: - Finish completeSweep() before starting a V8 minor GC. - Give a chance to schedule a precise GC after V8 minor and major GCs. BUG=474470 Review URL: https://codereview.chromium.org/1308163003 git-svn-id: svn://svn.chromium.org/blink/trunk@201050 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Showing
Please register or sign in to comment