[Webkit-unassigned] [Bug 71373] Enable the DFG JIT on x86-64 Linux platforms

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 9 03:28:50 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=71373


Simon Hausmann <hausmann at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |UNCONFIRMED
         Resolution|FIXED                       |
                 CC|                            |hausmann at webkit.org




--- Comment #14 from Simon Hausmann <hausmann at webkit.org>  2011-11-09 03:28:50 PST ---
Re-opening as the patch was rolled out due to build-errors of the following kind:

The build errors were:

Source/JavaScriptCore/dfg/DFGSpeculativeJIT.cpp:734:30: error: variable 'tooBig' set but not used [-Werror=unused-but-set-variable]
Source/JavaScriptCore/dfg/DFGSpeculativeJIT.cpp:708:12: error: variable 'valueGPR' set but not used [-Werror=unused-but-set-variable]
Source/JavaScriptCore/dfg/DFGSpeculativeJIT64.cpp:1552:27: error: variable 'functionCall' set but not used [-Werror=unused-but-set-variable]
Source/JavaScriptCore/dfg/DFGSpeculativeJIT64.cpp:2471:27: error: variable 'functionCall' set but not used [-Werror=unused-but-set-variable]

We weren't 100% sure what the correct fixes were here :)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list