[Webkit-unassigned] [Bug 76768] DFG should not have code that directly decodes the states of old JIT inline cache data structures

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 22 00:38:35 PST 2012


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


Csaba Osztrogonac <ossy at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |
                 CC|                            |ossy at webkit.org




--- Comment #7 from Csaba Osztrogonac <ossy at webkit.org>  2012-01-22 00:38:35 PST ---
(In reply to comment #6)
> Landed in http://trac.webkit.org/changeset/105581

It broke Qt ARM build:
../../../../Source/JavaScriptCore/bytecode/CallLinkStatus.cpp: In static member function 'static JSC::CallLinkStatus JSC::CallLinkStatus::computeFor(JSC::CodeBlock*, unsigned int)':
../../../../Source/JavaScriptCore/bytecode/CallLinkStatus.cpp:38: error: 'class JSC::CodeBlock' has no member named 'couldTakeSlowCase'

And Qt Windows build:
../../../../Source/JavaScriptCore/bytecode/GetByIdStatus.cpp: In static member function 'static JSC::GetByIdStatus JSC::GetByIdStatus::computeFor(JSC::CodeBlock*, unsigned int, JSC::Identifier&)':
../../../../Source/JavaScriptCore/bytecode/GetByIdStatus.cpp:64:24: error: 'class JSC::CodeBlock' has no member named 'likelyToTakeSlowCase'
../../../../Source/JavaScriptCore/bytecode/PutByIdStatus.cpp: In static member function 'static JSC::PutByIdStatus JSC::PutByIdStatus::computeFor(JSC::CodeBlock*, unsigned int, JSC::Identifier&)':
../../../../Source/JavaScriptCore/bytecode/PutByIdStatus.cpp:38:24: error: 'class JSC::CodeBlock' has no member named 'likelyToTakeSlowCase'
../../../../Source/JavaScriptCore/bytecode/CallLinkStatus.cpp: In static member function 'static JSC::CallLinkStatus JSC::CallLinkStatus::computeFor(JSC::CodeBlock*, unsigned int)':
../../../../Source/JavaScriptCore/bytecode/CallLinkStatus.cpp:38:24: error: 'class JSC::CodeBlock' has no member named 'couldTakeSlowCase'

and Qt SL, MIPS and SH4 too ...

-- 
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