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

Issue 10916090: Support immediate operands for array bounds checks. (Closed)

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

Description

Support immediate operands for array bounds checks. Committed: https://code.google.com/p/dart/source/detail?r=11824

Patch Set 1 #

Total comments: 1

Patch Set 2 : addressed comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -44 lines) Patch
M runtime/vm/intermediate_language_ia32.cc View 1 4 chunks +27 lines, -30 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 1 chunk +25 lines, -14 lines 0 comments Download
M runtime/vm/locations.h View 1 2 chunks +5 lines, -0 lines 0 comments Download
M runtime/vm/locations.cc View 1 1 chunk +16 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Florian Schneider
8 years, 3 months ago (2012-09-04 14:07:06 UTC) #1
Vyacheslav Egorov (Google)
lgtm with a comment https://chromiumcodereview.appspot.com/10916090/diff/1/runtime/vm/intermediate_language_ia32.cc File runtime/vm/intermediate_language_ia32.cc (right): https://chromiumcodereview.appspot.com/10916090/diff/1/runtime/vm/intermediate_language_ia32.cc#newcode2235 runtime/vm/intermediate_language_ia32.cc:2235: locs->set_in(1, Location::Constant(constant_index->value())); I recommend creating ...
8 years, 3 months ago (2012-09-04 14:38:41 UTC) #2
Florian Schneider
8 years, 3 months ago (2012-09-04 15:10:34 UTC) #3
Addressed comment.

Powered by Google App Engine
This is Rietveld 408576698