Bug 152199

Summary: Removed some dead code, and simplified some code in the baseline JIT.
Product: WebKit Reporter: Mark Lam <mark.lam>
Component: JavaScriptCoreAssignee: Mark Lam <mark.lam>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue
Priority: P2    
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
proposed patch. none

Description Mark Lam 2015-12-11 16:07:57 PST
Patch coming.
Comment 1 Mark Lam 2015-12-11 16:11:18 PST
Created attachment 267200 [details]
proposed patch.
Comment 2 Benjamin Poulain 2015-12-11 16:42:23 PST
Comment on attachment 267200 [details]
proposed patch.

View in context: https://bugs.webkit.org/attachment.cgi?id=267200&action=review

> Source/JavaScriptCore/jit/JITArithmetic.cpp:603
> +        JITRightShiftGenerator::SignedShift : JITRightShiftGenerator::UnsignedShift;

The normal names are ArithmeticShift and LogicalShift.
Comment 3 WebKit Commit Bot 2015-12-11 17:33:06 PST
Comment on attachment 267200 [details]
proposed patch.

Clearing flags on attachment: 267200

Committed r193998: <http://trac.webkit.org/changeset/193998>
Comment 4 WebKit Commit Bot 2015-12-11 17:33:09 PST
All reviewed patches have been landed.  Closing bug.