[Webkit-unassigned] [Bug 123734] New: [sh4] Jumps in baseline JIT should return label after the jump
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Nov 4 03:19:00 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=123734
Summary: [sh4] Jumps in baseline JIT should return label after
the jump
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: jbriance at cisco.com
Current implementation of jumps in sh4 baseline JIT returns a label on the jump itself and not after it.
This is not correct and leads to issues like https://bugs.webkit.org/show_bug.cgi?id=122597
Jumps for sh4 must be refactored to return labels after the jump, like other ports do (x86, arm, mips ...).
--
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