forEachCodeBlock should wait for all CodeBlocks automatically
Created attachment 259508 [details] Patch
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.
Committed r188714: <http://trac.webkit.org/changeset/188714>