Bug 145502 - CallLinkStatus should return takesSlowPath if the GC often cleared the IC
Summary: CallLinkStatus should return takesSlowPath if the GC often cleared the IC
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:59 PDT by Filip Pizlo
Modified: 2015-06-03 13:08 PDT (History)
13 users (show)

See Also:


Attachments
the patch (6.04 KB, patch)
2015-06-02 15:47 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:59:34 PDT
...
Comment 1 Filip Pizlo 2015-06-02 15:47:08 PDT
Created attachment 254119 [details]
the patch
Comment 2 WebKit Commit Bot 2015-06-02 15:48:37 PDT
Attachment 254119 [details] did not pass style-queue:


ERROR: Source/JavaScriptCore/bytecode/CallLinkInfo.cpp:61:  Place brace on its own line for function definitions.  [whitespace/braces] [4]
Total errors found: 1 in 5 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Geoffrey Garen 2015-06-03 10:38:41 PDT
Comment on attachment 254119 [details]
the patch

r=me
Comment 4 Filip Pizlo 2015-06-03 13:08:49 PDT
Landed in http://trac.webkit.org/changeset/185161