Bug 141455

Summary: Split FTL::JSCall into the part that knows about call inline caching and the part that interacts with LLVM patchpoints
Product: WebKit Reporter: Filip Pizlo <fpizlo>
Component: JavaScriptCoreAssignee: Filip Pizlo <fpizlo>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 141332    
Attachments:
Description Flags
the patch mark.lam: review+

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