Bug 141455 - Split FTL::JSCall into the part that knows about call inline caching and the part that interacts with LLVM patchpoints
Summary: Split FTL::JSCall into the part that knows about call inline caching and the ...
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: 141332
  Show dependency treegraph
 
Reported: 2015-02-10 18:11 PST by Filip Pizlo
Modified: 2015-02-10 18:41 PST (History)
1 user (show)

See Also:


Attachments
the patch (17.88 KB, patch)
2015-02-10 18:13 PST, Filip Pizlo
mark.lam: 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-02-10 18:11:40 PST
The part that knows about call inline caching can be reused to build other things, like https://bugs.webkit.org/show_bug.cgi?id=141332.
Comment 1 Filip Pizlo 2015-02-10 18:13:27 PST
Created attachment 246363 [details]
the patch
Comment 2 WebKit Commit Bot 2015-02-10 18:14:54 PST
Attachment 246363 [details] did not pass style-queue:


ERROR: Source/JavaScriptCore/ftl/FTLJSCall.cpp:46:  Comma should be at the beginning of the line in a member initialization list.  [whitespace/init] [4]
Total errors found: 1 in 9 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Mark Lam 2015-02-10 18:35:49 PST
Comment on attachment 246363 [details]
the patch

r=me
Comment 4 Filip Pizlo 2015-02-10 18:41:37 PST
Landed in http://trac.webkit.org/changeset/179912