[Webkit-unassigned] [Bug 151617] New: Fix the !ENABLE(DFG_JIT) build after r190735

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 26 04:25:49 PST 2015


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

            Bug ID: 151617
           Summary: Fix the !ENABLE(DFG_JIT) build after r190735
    Classification: Unclassified
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Critical
          Priority: P1
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ossy at webkit.org
                CC: fpizlo at apple.com, sbarati at apple.com
            Blocks: 149601

https://trac.webkit.org/changeset/190735 broke the !ENABLE(DFG_JIT) build:

../../Source/JavaScriptCore/jit/GCAwareJITStubRoutine.cpp: In member function 'virtual void JSC::GCAwareJITStubRoutineWithExceptionHandler::observeZeroRefCount()':
../../Source/JavaScriptCore/jit/GCAwareJITStubRoutine.cpp:119:64: error: invalid use of incomplete type 'class JSC::DFG::CommonData'
In file included from ../../Source/JavaScriptCore/runtime/Executable.h:37:0,
                 from ../../Source/JavaScriptCore/runtime/JSFunctionInlines.h:29,
                 from ../../Source/JavaScriptCore/bytecode/PolymorphicAccess.h:32,
                 from ../../Source/JavaScriptCore/bytecode/StructureStubInfo.h:36,
                 from ../../Source/JavaScriptCore/bytecode/ByValInfo.h:35,
                 from ../../Source/JavaScriptCore/bytecode/CodeBlock.h:34,
                 from ../../Source/JavaScriptCore/jit/GCAwareJITStubRoutine.cpp:31:
../../Source/JavaScriptCore/jit/JITCode.h:39:7: error: forward declaration of 'class JSC::DFG::CommonData'


It is obvious that using dfgCommon() outside of ENABLE(DFG_JIT) is incorrect. 
But I don't know what would be the proper behaviour here without DFG JIT.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151126/1442f8e3/attachment.html>


More information about the webkit-unassigned mailing list