Bug 145501 - If a call has ever taken the virtual slow path, make sure that the DFG knows this
Summary: If a call has ever taken the virtual slow path, make sure that the DFG knows ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Filip Pizlo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-31 10:55 PDT by Filip Pizlo
Modified: 2015-06-01 20:00 PDT (History)
12 users (show)

See Also:


Attachments
the patch (2.86 KB, patch)
2015-05-31 11:05 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 2015-05-31 10:55:59 PDT
Remove another case of us pretending that a slow path doesn't happen if it didn't happen often enough.
Comment 1 Filip Pizlo 2015-05-31 11:05:46 PDT
Created attachment 253981 [details]
the patch
Comment 2 Geoffrey Garen 2015-06-01 16:04:07 PDT
Comment on attachment 253981 [details]
the patch

r=me
Comment 3 Filip Pizlo 2015-06-01 20:00:54 PDT
Landed in http://trac.webkit.org/changeset/185099