Bug 149512

Summary: Remove special case code for the no-parallel-GC case
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Filip Pizlo <fpizlo>
Status: RESOLVED FIXED    
Severity: Normal CC: barraclough, benjamin, ggaren, mark.lam, mhahnenb, msaboff, nrotem, oliver, saam, sam
Priority: P2    
Version: Other   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 149433    
Attachments:
Description Flags
the patch mark.lam: review+

Description Filip Pizlo 2015-09-23 17:15:51 PDT
Serial GC is just a special case of parallel GC, where the helper threads never do anything.
Comment 1 Filip Pizlo 2015-09-23 17:20:22 PDT
Created attachment 261851 [details]
the patch
Comment 2 Mark Lam 2015-09-23 17:32:51 PDT
Comment on attachment 261851 [details]
the patch

r=me
Comment 3 Filip Pizlo 2015-09-24 13:13:48 PDT
Landed in http://trac.webkit.org/changeset/190217