[Webkit-unassigned] [Bug 88409] New: Ensure consistent order of evaluation in LLInt slow paths
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jun 6 05:00:33 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=88409
Summary: Ensure consistent order of evaluation in LLInt slow
paths
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: wingo at igalia.com
CC: ggaren at apple.com, barraclough at apple.com,
fpizlo at apple.com
The patch to be attached fixes a failure in fast/js/exception-sequencing-binops.html on x86-64 Linux systems with GCC 4.7. The RHS of a % was getting evaluated before the LHS, because the toNumber() calls were not separated by a sequence point. Pretty amusing that order of evaluation in JS depended on order of evaluation in C++, no?
--
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