Bug 129272

Summary: JSC regressions after r164494
Product: WebKit Reporter: peavo
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, mark.lam, mhahnenberg, msaboff
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac (Intel)   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch none

Description peavo 2014-02-24 13:41:06 PST
The patch in bug 129155 caused many JSC test failures for 32-bit Mac and GTK.
Comment 1 peavo 2014-02-24 14:05:42 PST
Created attachment 225095 [details]
Patch
Comment 2 Geoffrey Garen 2014-02-24 14:11:24 PST
Comment on attachment 225095 [details]
Patch

r=me
Comment 3 peavo 2014-02-24 14:13:40 PST
Created attachment 225096 [details]
Patch
Comment 4 Mark Lam 2014-02-24 14:22:02 PST
Comment on attachment 225096 [details]
Patch

I don't know the x87 instructions, but In the original patch <http://trac.webkit.org/changeset/164494>, you modified all 3 cases in that if else statement blob.  Do the other 2 cases need to be conditional on isIntelSyntax as well?  Please comment.  Thanks.
Comment 5 peavo 2014-02-24 14:25:39 PST
(In reply to comment #4)
> (From update of attachment 225096 [details])
> I don't know the x87 instructions, but In the original patch <http://trac.webkit.org/changeset/164494>, you modified all 3 cases in that if else statement blob.  Do the other 2 cases need to be conditional on isIntelSyntax as well?  Please comment.  Thanks.

No, I believe I only added the orderOperands function there, which will do nothing for !isIntelSyntax.
Comment 6 Mark Lam 2014-02-24 14:31:06 PST
Comment on attachment 225096 [details]
Patch

r=me
Comment 7 WebKit Commit Bot 2014-02-24 14:53:17 PST
Comment on attachment 225096 [details]
Patch

Clearing flags on attachment: 225096

Committed r164612: <http://trac.webkit.org/changeset/164612>
Comment 8 WebKit Commit Bot 2014-02-24 14:53:19 PST
All reviewed patches have been landed.  Closing bug.
Comment 9 peavo 2014-02-24 14:55:26 PST
(In reply to comment #6)
> (From update of attachment 225096 [details])
> r=me

Thanks, sorry for the fuzz ...
Comment 10 Mark Hahnenberg 2014-02-24 18:13:37 PST
*** Bug 129281 has been marked as a duplicate of this bug. ***