Bug 114910

Summary: Refactor out identical inline functions in 32bit and 64bit sections in DFGSpeculativeJIT.h
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: fpizlo, ggaren, mhahnenberg, msaboff, oliver
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
the patch. fpizlo: review+

Mark Lam
Reported 2013-04-21 01:19:28 PDT
In DFGSpeculativeJIT.h, there are a few inline functions that are identical between the JSVALUE64 and JSVALUE32_64 versions. Will refactor these out into the common section so that they are not duplicated.
Attachments
the patch. (46.12 KB, patch)
2013-04-21 01:24 PDT, Mark Lam
fpizlo: review+
Mark Lam
Comment 1 2013-04-21 01:24:10 PDT
Created attachment 198960 [details] the patch.
Mark Lam
Comment 2 2013-04-21 02:03:20 PDT
Thanks for the review. Landed in r148820: <http://trac.webkit.org/changeset/148820>.
Note You need to log in before you can comment on or make changes to this bug.