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

Issue 81623003: Use range information to omit checks in TRUNCDIV/MOD operations. (Closed)

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

Description

Use range information to omit checks in TRUNCDIV/MOD operations. R=fschneider@google.com Committed: https://code.google.com/p/dart/source/detail?r=30673

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Patch Set 5 : #

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+268 lines, -80 lines) Patch
M runtime/vm/intermediate_language.h View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language.cc View 1 2 3 4 5 2 chunks +14 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 1 2 3 4 5 5 chunks +17 lines, -10 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 1 2 3 4 5 7 chunks +50 lines, -24 lines 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 1 2 3 4 5 7 chunks +44 lines, -19 lines 0 comments Download
M runtime/vm/intermediate_language_test.cc View 1 2 3 4 5 1 chunk +20 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 2 3 4 5 7 chunks +50 lines, -26 lines 0 comments Download
M tests/language/modulo_test.dart View 1 2 3 4 5 2 chunks +35 lines, -1 line 0 comments Download
A tests/language/truncdiv_test.dart View 1 2 3 1 chunk +35 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
srdjan
7 years, 1 month ago (2013-11-22 00:14:03 UTC) #1
Florian Schneider
https://codereview.chromium.org/81623003/diff/60001/runtime/vm/intermediate_language_ia32.cc File runtime/vm/intermediate_language_ia32.cc (right): https://codereview.chromium.org/81623003/diff/60001/runtime/vm/intermediate_language_ia32.cc#newcode2457 runtime/vm/intermediate_language_ia32.cc:2457: if ((right_range == NULL) || right_range->IsWithin(0, 0)) { Please ...
7 years, 1 month ago (2013-11-22 15:17:10 UTC) #2
srdjan
https://codereview.chromium.org/81623003/diff/60001/runtime/vm/intermediate_language_ia32.cc File runtime/vm/intermediate_language_ia32.cc (right): https://codereview.chromium.org/81623003/diff/60001/runtime/vm/intermediate_language_ia32.cc#newcode2457 runtime/vm/intermediate_language_ia32.cc:2457: if ((right_range == NULL) || right_range->IsWithin(0, 0)) { On ...
7 years, 1 month ago (2013-11-22 22:08:16 UTC) #3
Florian Schneider
LGTM.
7 years ago (2013-11-26 10:52:01 UTC) #4
srdjan
7 years ago (2013-11-26 18:18:34 UTC) #5
Message was sent while issue was closed.
Committed patchset #6 manually as r30673 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698