Bug 68785 - DFG JIT does not count speculation successes correctly
Summary: DFG JIT does not count speculation successes correctly
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-25 19:44 PDT by Filip Pizlo
Modified: 2011-09-25 21:05 PDT (History)
2 users (show)

See Also:


Attachments
the patch (2.67 KB, patch)
2011-09-25 19:46 PDT, Filip Pizlo
ggaren: 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 2011-09-25 19:44:36 PDT
Speculation successes are counted in the code block entry code, which is skipped in the case of function code.
Comment 1 Filip Pizlo 2011-09-25 19:46:08 PDT
Created attachment 108621 [details]
the patch
Comment 2 Geoffrey Garen 2011-09-25 20:08:40 PDT
Comment on attachment 108621 [details]
the patch

r=me
Comment 3 Filip Pizlo 2011-09-25 21:05:00 PDT
Landed in r95933.