RESOLVED FIXED Bug 114910
Refactor out identical inline functions in 32bit and 64bit sections in DFGSpeculativeJIT.h
https://bugs.webkit.org/show_bug.cgi?id=114910
Summary Refactor out identical inline functions in 32bit and 64bit sections in DFGSpe...
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.