Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(922)

Issue 330263002: Eliminate overflow check for non-overflowing smi << operations. (Closed)

Created:
6 years, 6 months ago by Florian Schneider
Modified:
6 years, 6 months ago
Reviewers:
Cutch
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Compute ranges for >> smi shifts and eliminate overflow check for smi << operations. R=johnmccutchan@google.com Committed: https://code.google.com/p/dart/source/detail?r=37541

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : added support for shr #

Patch Set 4 : rebased #

Patch Set 5 : correct merge #

Patch Set 6 : #

Patch Set 7 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -26 lines) Patch
M runtime/vm/il_printer.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/intermediate_language.h View 1 2 3 4 5 3 chunks +14 lines, -1 line 0 comments Download
M runtime/vm/intermediate_language.cc View 1 2 3 4 5 6 4 chunks +28 lines, -2 lines 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 1 2 3 4 5 4 chunks +3 lines, -4 lines 0 comments Download
M runtime/vm/intermediate_language_arm64.cc View 1 2 3 4 5 4 chunks +3 lines, -4 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 1 2 3 4 5 4 chunks +4 lines, -5 lines 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 1 2 3 4 5 4 chunks +3 lines, -4 lines 0 comments Download
M runtime/vm/intermediate_language_test.cc View 1 2 3 4 5 6 1 chunk +9 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 2 3 4 5 4 chunks +4 lines, -5 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Florian Schneider
6 years, 6 months ago (2014-06-13 10:43:56 UTC) #1
Florian Schneider
Added support for right-shift.
6 years, 6 months ago (2014-06-13 12:39:36 UTC) #2
Cutch
lgtm but I'd like to hold off landing until I land my mint change.
6 years, 6 months ago (2014-06-19 15:47:27 UTC) #3
Florian Schneider
On 2014/06/19 15:47:27, Cutch wrote: > lgtm but I'd like to hold off landing until ...
6 years, 6 months ago (2014-06-20 09:47:00 UTC) #4
Florian Schneider
6 years, 6 months ago (2014-06-20 12:07:02 UTC) #5
Message was sent while issue was closed.
Committed patchset #7 manually as r37541 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698