[webkit-reviews] review canceled: [Bug 136436] REGRESSION(r173031): crashes during run-layout-jsc on x86/Linux : [Attachment 237517] Fix proposal

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 2 15:22:30 PDT 2014


Michael Saboff <msaboff at apple.com> has canceled Julien Brianceau
<jbriance at cisco.com>'s request for review:
Bug 136436: REGRESSION(r173031): crashes during run-layout-jsc on x86/Linux
https://bugs.webkit.org/show_bug.cgi?id=136436

Attachment 237517: Fix proposal
https://bugs.webkit.org/attachment.cgi?id=237517&action=review

------- Additional Comments from Michael Saboff <msaboff at apple.com>
Well, we think alike.  I was working on this one and testing when you posted. 
I prefer keying this off of argument registers and not CPU type.

BTW, X86-32 on Mac works with the old code on debug because the arguments are
moved to local stack variables and for release because the args are moved into
registers.


More information about the webkit-reviews mailing list