Bug 173491

Summary: Interpreter methods for mapping between Opcode and OpcodeID need not be instance methods.
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: buildbot, fpizlo, jfbastien, keith_miller, msaboff, saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch. keith_miller: review+

Description Mark Lam 2017-06-16 13:08:42 PDT
This gets rid of some unnecessary work to get the interpreter pointer.
Comment 1 Mark Lam 2017-06-16 13:37:20 PDT
Created attachment 313122 [details]
proposed patch.
Comment 2 Build Bot 2017-06-16 13:38:59 PDT
Attachment 313122 [details] did not pass style-queue:


ERROR: Source/JavaScriptCore/llint/LLIntSlowPaths.cpp:195:  Comma should be at the beginning of the line in a member initialization list.  [whitespace/init] [4]
Total errors found: 1 in 22 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Keith Miller 2017-06-16 13:45:33 PDT
Comment on attachment 313122 [details]
proposed patch.

r=me.
Comment 4 Mark Lam 2017-06-16 14:03:16 PDT
Thanks for the review.  Landed in r218412: <http://trac.webkit.org/r218412>.