Bug 32463 - Unify codegen for forward and backward variants of branches
Summary: Unify codegen for forward and backward variants of branches
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Maciej Stachowiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-11 23:34 PST by Maciej Stachowiak
Modified: 2009-12-12 09:59 PST (History)
1 user (show)

See Also:


Attachments
Patch (13.30 KB, patch)
2009-12-11 23:46 PST, Maciej Stachowiak
oliver: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Maciej Stachowiak 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.
Comment 1 Maciej Stachowiak 2009-12-11 23:46:13 PST
Created attachment 44727 [details]
Patch
Comment 2 WebKit Review Bot 2009-12-11 23:56:43 PST
style-queue ran check-webkit-style on attachment 44727 [details] without any errors.
Comment 3 Oliver Hunt 2009-12-12 00:13:55 PST
Comment on attachment 44727 [details]
Patch

r=me yay for lots of minuses
Comment 4 Maciej Stachowiak 2009-12-12 09:59:06 PST
Committed r52051: <http://trac.webkit.org/changeset/52051>