[Webkit-unassigned] [Bug 128743] [JSC] Crash in LLInt CLoop on S390X

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 10 04:09:50 PDT 2014


https://bugs.webkit.org/show_bug.cgi?id=128743





--- Comment #14 from Tomas Popela <tpopela at redhat.com>  2014-04-10 04:10:10 PST ---
Mark thanks for the fix. Now the easy things like 1+1 are working in jsc. But it looks like there are more places like this. Use a=1 and a+1 in jsc and you will get a crash. Wrong value is taken in getProperty() macro on line loadisFromInstruction(6, t0). Changing it to loadpFromInstruction fixes it.

-- 
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