Bug 84218 - DFG should not attempt to get rare case counts for op_mod on ARM
Summary: DFG should not attempt to get rare case counts for op_mod on ARM
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: 2012-04-17 17:35 PDT by Filip Pizlo
Modified: 2012-04-17 21:05 PDT (History)
0 users

See Also:


Attachments
the patch (2.50 KB, patch)
2012-04-17 17:37 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 2012-04-17 17:35:34 PDT
op_mod on non-x86 platforms is a C function call with no profiling, so the DFG should rely on other kinds of profiling, which we have plenty of anyway.
Comment 1 Filip Pizlo 2012-04-17 17:37:05 PDT
Created attachment 137640 [details]
the patch
Comment 2 Geoffrey Garen 2012-04-17 17:41:29 PDT
Comment on attachment 137640 [details]
the patch

r=me
Comment 3 Filip Pizlo 2012-04-17 21:05:46 PDT
Landed in http://trac.webkit.org/changeset/114478