[Webkit-unassigned] [Bug 22925] New: The JIT's handling of JSImmediate values is broken on x86-64.
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Dec 18 16:15:01 PST 2008
https://bugs.webkit.org/show_bug.cgi?id=22925
Summary: The JIT's handling of JSImmediate values is broken on
x86-64.
Product: WebKit
Version: 528+ (Nightly build)
Platform: Macintosh
OS/Version: Mac OS X 10.5
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: barraclough at apple.com
The upper bits of the immediate should be a sign extension of the low 32-bit
word; the 32-bit operations on x86-64 zero the upper portion of the register.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list