RESOLVED FIXED Bug 32463
Unify codegen for forward and backward variants of branches
https://bugs.webkit.org/show_bug.cgi?id=32463
Summary Unify codegen for forward and backward variants of branches
Maciej Stachowiak
Reported 2009-12-11 23:34:55 PST
Unify codegen for forward and backward variants of branches. Often the forward (jfoo) and backward (loop_if_foo) variants of branches both exist and native codegen is completely duplicated. These should be unified.
Attachments
Patch (13.30 KB, patch)
2009-12-11 23:46 PST, Maciej Stachowiak
oliver: review+
Maciej Stachowiak
Comment 1 2009-12-11 23:46:13 PST
WebKit Review Bot
Comment 2 2009-12-11 23:56:43 PST
style-queue ran check-webkit-style on attachment 44727 [details] without any errors.
Oliver Hunt
Comment 3 2009-12-12 00:13:55 PST
Comment on attachment 44727 [details] Patch r=me yay for lots of minuses
Maciej Stachowiak
Comment 4 2009-12-12 09:59:06 PST
Note You need to log in before you can comment on or make changes to this bug.