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

Issue 11364222: Improve SHR by using range information for the shift count. (Closed)

Created:
8 years, 1 month ago by Florian Schneider
Modified:
8 years, 1 month ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Improve SHR by using range information for the shift count. Avoid emitting unnecessary range checks for the shift count if the value is known to be positive and/or less than the max shift count. Committed: https://code.google.com/p/dart/source/detail?r=14864

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -20 lines) Patch
M runtime/vm/intermediate_language.cc View 2 chunks +6 lines, -2 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 1 chunk +15 lines, -9 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 chunk +15 lines, -9 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Florian Schneider
8 years, 1 month ago (2012-11-13 19:29:28 UTC) #1
Vyacheslav Egorov (Google)
8 years, 1 month ago (2012-11-13 19:41:32 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698