Bug 148255 - forEachCodeBlock should wait for all CodeBlocks automatically
Summary: forEachCodeBlock should wait for all CodeBlocks automatically
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Geoffrey Garen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-20 15:24 PDT by Geoffrey Garen
Modified: 2015-08-20 15:53 PDT (History)
0 users

See Also:


Attachments
Patch (9.80 KB, patch)
2015-08-20 15:30 PDT, Geoffrey Garen
saam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>