[Webkit-unassigned] [Bug 74527] New: DFG relies on returning a struct in registers
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Dec 14 11:29:50 PST 2011
https://bugs.webkit.org/show_bug.cgi?id=74527
Summary: DFG relies on returning a struct in registers
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: barraclough at apple.com
This will not work on all platforms. Returning a uint64_t will more reliably achieve what we want, on 32-bit platforms (on 64-bit, stick with the struct return).
--
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