[Webkit-unassigned] [Bug 33311] New: Build fix for JSVALUE32 when ENABLE_JIT_OPTIMIZE* are disabled
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Jan 7 01:23:10 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=33311
Summary: Build fix for JSVALUE32 when ENABLE_JIT_OPTIMIZE* are
disabled
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Blocker
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: loki at webkit.org
Gabor Loki <loki at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #46030| |review?
Flag| |
Created an attachment (id=46030)
--> (https://bugs.webkit.org/attachment.cgi?id=46030)
Build fix for JSVALUE32 when ENABLE_JIT_OPTIMIZE* are disabled
When all optimizations are disabled for JSValue32 we have the following error:
In function `JSC::JIT::emit_op_get_by_pname(JSC::Instruction*)':
undefined reference to `JSC::JIT::compileGetDirectOffset(RegisterID,
RegisterID, RegisterID, RegisterID, RegisterID)'
The fix moves compileGetDirectOffset function to the common part of Value32.
--
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