Bug 148255

Summary: forEachCodeBlock should wait for all CodeBlocks automatically
Product: WebKit Reporter: Geoffrey Garen <ggaren>
Component: New BugsAssignee: Geoffrey Garen <ggaren>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch saam: review+

Description Geoffrey Garen 2015-08-20 15:24:56 PDT
forEachCodeBlock should wait for all CodeBlocks automatically
Comment 1 Geoffrey Garen 2015-08-20 15:30:01 PDT
Created attachment 259508 [details]
Patch
Comment 2 Saam Barati 2015-08-20 15:36:45 PDT
Comment on attachment 259508 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=259508&action=review

r=me

> Source/JavaScriptCore/dfg/DFGWorklist.cpp:451
> +void completeAllPlansForVM(VM& vm)

I like this name better than prepareToDeleteCode.
Comment 3 Geoffrey Garen 2015-08-20 15:53:30 PDT
Committed r188714: <http://trac.webkit.org/changeset/188714>