[Webkit-unassigned] [Bug 137807] New: Move JSC::MacroAssemblerX86Common::s_sse2CheckState definition to the right place

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 16 23:18:43 PDT 2014


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

            Bug ID: 137807
           Summary: Move JSC::MacroAssemblerX86Common::s_sse2CheckState
                    definition to the right place
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcrha at redhat.com

The Source/JavaScriptCore/jit/JIT.cpp defines JSC::MacroAssemblerX86Common::s_sse2CheckState with a comment:
> // This probably does not belong here; adding here for now as a quick Windows build fix.
and it really is not, because with disabled JIT the variable is not defined and the build breaks.

The right (or better place) for it is MacroAssembler.cpp, just beside another static variable definition.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141017/4be11456/attachment-0002.html>


More information about the webkit-unassigned mailing list