Bug 152019 - Factoring out common DFG code for bitwise and shift operators.
Summary: Factoring out common DFG code for bitwise and shift operators.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mark Lam
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-08 15:48 PST by Mark Lam
Modified: 2015-12-08 16:31 PST (History)
4 users (show)

See Also:


Attachments
proposed patch. (8.40 KB, patch)
2015-12-08 15:53 PST, Mark Lam
msaboff: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Lam 2015-12-08 15:48:28 PST
Let's have a little less cut-and-paste.
Comment 1 Mark Lam 2015-12-08 15:53:21 PST
Created attachment 266947 [details]
proposed patch.
Comment 2 Michael Saboff 2015-12-08 15:59:24 PST
Comment on attachment 266947 [details]
proposed patch.

r=me
Comment 3 Mark Lam 2015-12-08 16:31:19 PST
Thanks for the review.  Landed in r193795: <http://trac.webkit.org/r193795>.