RESOLVED FIXED 141455
Split FTL::JSCall into the part that knows about call inline caching and the part that interacts with LLVM patchpoints
https://bugs.webkit.org/show_bug.cgi?id=141455
Summary Split FTL::JSCall into the part that knows about call inline caching and the ...
Filip Pizlo
Reported 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.
Attachments
the patch (17.88 KB, patch)
2015-02-10 18:13 PST, Filip Pizlo
mark.lam: review+
Filip Pizlo
Comment 1 2015-02-10 18:13:27 PST
Created attachment 246363 [details] the patch
WebKit Commit Bot
Comment 2 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.
Mark Lam
Comment 3 2015-02-10 18:35:49 PST
Comment on attachment 246363 [details] the patch r=me
Filip Pizlo
Comment 4 2015-02-10 18:41:37 PST
Note You need to log in before you can comment on or make changes to this bug.