Bug 157726 - DFG::Plan shouldn't read from its VM once it's been cancelled
Summary: DFG::Plan shouldn't read from its VM once it's been cancelled
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Filip Pizlo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-15 15:06 PDT by Filip Pizlo
Modified: 2016-05-15 16:07 PDT (History)
5 users (show)

See Also:


Attachments
the patch (14.54 KB, patch)
2016-05-15 15:31 PDT, Filip Pizlo
saam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Pizlo 2016-05-15 15:06:31 PDT
Patch forthcoming.
Comment 1 Filip Pizlo 2016-05-15 15:31:59 PDT
Created attachment 278981 [details]
the patch
Comment 2 WebKit Commit Bot 2016-05-15 15:33:14 PDT
Attachment 278981 [details] did not pass style-queue:


ERROR: Source/JavaScriptCore/dfg/DFGPlan.cpp:141:  Wrong number of spaces before statement. (expected: 8)  [whitespace/indent] [4]
ERROR: Source/JavaScriptCore/dfg/DFGPlan.cpp:147:  Wrong number of spaces before statement. (expected: 8)  [whitespace/indent] [4]
Total errors found: 2 in 8 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Saam Barati 2016-05-15 15:35:10 PDT
Comment on attachment 278981 [details]
the patch

r=me
Comment 4 Filip Pizlo 2016-05-15 16:07:48 PDT
Landed in http://trac.webkit.org/changeset/200933