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

Issue 731943004: Box values of LoadCodeUnits that fall outside of smi range on 32bit platforms. (Closed)

Created:
6 years, 1 month ago by zerny-google
Modified:
6 years ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Box values of LoadCodeUnits that fall outside of smi range on 32bit platforms. R=fschneider@google.com, vegorov@google.com BUG=

Patch Set 1 #

Total comments: 2

Patch Set 2 : might_box #

Unified diffs Side-by-side diffs Delta from patch set Stats (+236 lines, -234 lines) Patch
M runtime/vm/flow_graph_optimizer.h View 1 chunk +1 line, -0 lines 0 comments Download
M runtime/vm/flow_graph_optimizer.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M runtime/vm/intermediate_language.h View 3 chunks +5 lines, -2 lines 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 1 2 chunks +110 lines, -92 lines 0 comments Download
M runtime/vm/intermediate_language_arm64.cc View 1 chunk +0 lines, -14 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 1 2 chunks +111 lines, -100 lines 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 1 chunk +0 lines, -12 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 chunk +0 lines, -14 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
zerny-google
This is based on top of the main irregexp CL [1] to avoid making that ...
6 years, 1 month ago (2014-11-17 15:07:39 UTC) #1
Florian Schneider
lgtm https://codereview.chromium.org/731943004/diff/1/runtime/vm/intermediate_language_arm.cc File runtime/vm/intermediate_language_arm.cc (right): https://codereview.chromium.org/731943004/diff/1/runtime/vm/intermediate_language_arm.cc#newcode1870 runtime/vm/intermediate_language_arm.cc:1870: const bool kMightBox = (representation() == kTagged) && ...
6 years, 1 month ago (2014-11-18 12:20:24 UTC) #2
zerny-google
Thanks for reviewing. https://codereview.chromium.org/731943004/diff/1/runtime/vm/intermediate_language_arm.cc File runtime/vm/intermediate_language_arm.cc (right): https://codereview.chromium.org/731943004/diff/1/runtime/vm/intermediate_language_arm.cc#newcode1870 runtime/vm/intermediate_language_arm.cc:1870: const bool kMightBox = (representation() == ...
6 years, 1 month ago (2014-11-18 12:34:04 UTC) #3
zerny-google
6 years ago (2014-11-24 13:08:26 UTC) #4
Message was sent while issue was closed.
Merged into https://codereview.chromium.org/744853003/

Powered by Google App Engine
This is Rietveld 408576698