RESOLVED FIXED152199
Removed some dead code, and simplified some code in the baseline JIT.
https://bugs.webkit.org/show_bug.cgi?id=152199
Summary Removed some dead code, and simplified some code in the baseline JIT.
Mark Lam
Reported 2015-12-11 16:07:57 PST
Patch coming.
Attachments
proposed patch. (4.96 KB, patch)
2015-12-11 16:11 PST, Mark Lam
no flags
Mark Lam
Comment 1 2015-12-11 16:11:18 PST
Created attachment 267200 [details] proposed patch.
Benjamin Poulain
Comment 2 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.
WebKit Commit Bot
Comment 3 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>
WebKit Commit Bot
Comment 4 2015-12-11 17:33:09 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.