RESOLVED FIXED 123734
[sh4] Jumps in baseline JIT should return label after the jump
https://bugs.webkit.org/show_bug.cgi?id=123734
Summary [sh4] Jumps in baseline JIT should return label after the jump
Julien Brianceau
Reported 2013-11-04 03:17:47 PST
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 ...).
Attachments
Refactor jumps in sh4 baseline JIT to return label after the jump. (11.21 KB, patch)
2013-11-04 04:49 PST, Julien Brianceau
no flags
Julien Brianceau
Comment 1 2013-11-04 03:19:26 PST
*** Bug 122597 has been marked as a duplicate of this bug. ***
Julien Brianceau
Comment 2 2013-11-04 04:49:46 PST
Created attachment 215913 [details] Refactor jumps in sh4 baseline JIT to return label after the jump.
WebKit Commit Bot
Comment 3 2013-11-04 10:19:42 PST
Comment on attachment 215913 [details] Refactor jumps in sh4 baseline JIT to return label after the jump. Clearing flags on attachment: 215913 Committed r158580: <http://trac.webkit.org/changeset/158580>
WebKit Commit Bot
Comment 4 2013-11-04 10:19:45 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.