Bug 32463

Summary: Unify codegen for forward and backward variants of branches
Product: WebKit Reporter: Maciej Stachowiak <mjs>
Component: JavaScriptCoreAssignee: Maciej Stachowiak <mjs>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch oliver: review+

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>