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

Issue 670263007: IR refactoring: consolidate all boxing and unboxing instructions. (Closed)

Created:
6 years, 1 month ago by Vyacheslav Egorov (Google)
Modified:
6 years, 1 month ago
Reviewers:
Florian Schneider
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

IR refactoring: consolidate all boxing and unboxing instructions. BUG= R=fschneider@google.com Committed: https://code.google.com/p/dart/source/detail?r=41437

Patch Set 1 #

Total comments: 12

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1551 lines, -2522 lines) Patch
M runtime/vm/flow_graph_compiler.h View 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_compiler.cc View 1 chunk +20 lines, -0 lines 0 comments Download
M runtime/vm/flow_graph_optimizer.cc View 1 2 9 chunks +26 lines, -191 lines 0 comments Download
M runtime/vm/flow_graph_range_analysis.cc View 7 chunks +23 lines, -36 lines 0 comments Download
M runtime/vm/flow_graph_type_propagator.cc View 3 chunks +32 lines, -45 lines 0 comments Download
M runtime/vm/il_printer.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/intermediate_language.h View 1 2 8 chunks +225 lines, -350 lines 0 comments Download
M runtime/vm/intermediate_language.cc View 1 2 6 chunks +189 lines, -181 lines 0 comments Download
M runtime/vm/intermediate_language_arm.cc View 1 4 chunks +249 lines, -474 lines 0 comments Download
M runtime/vm/intermediate_language_arm64.cc View 5 chunks +142 lines, -253 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 1 5 chunks +281 lines, -430 lines 0 comments Download
M runtime/vm/intermediate_language_mips.cc View 6 chunks +181 lines, -259 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 3 chunks +175 lines, -299 lines 0 comments Download
M runtime/vm/intrinsifier.cc View 2 chunks +5 lines, -3 lines 0 comments Download

Messages

Total messages: 7 (1 generated)
Vyacheslav Egorov (Google)
PTAL
6 years, 1 month ago (2014-10-30 14:22:36 UTC) #2
Florian Schneider
lgtm https://codereview.chromium.org/670263007/diff/1/runtime/vm/intermediate_language.h File runtime/vm/intermediate_language.h (right): https://codereview.chromium.org/670263007/diff/1/runtime/vm/intermediate_language.h#newcode4560 runtime/vm/intermediate_language.h:4560: Remove extra \n. https://codereview.chromium.org/670263007/diff/1/runtime/vm/intermediate_language.h#newcode4627 runtime/vm/intermediate_language.h:4627: is_truncating_(representation == kUnboxedUint32) ...
6 years, 1 month ago (2014-10-30 15:43:23 UTC) #3
Vyacheslav Egorov (Google)
Please take a look. I addressed comments and fixed two issues: - repaired canonicalization of ...
6 years, 1 month ago (2014-10-30 17:57:39 UTC) #4
Florian Schneider
lgtm https://codereview.chromium.org/670263007/diff/20001/runtime/vm/intermediate_language.h File runtime/vm/intermediate_language.h (right): https://codereview.chromium.org/670263007/diff/20001/runtime/vm/intermediate_language.h#newcode4621 runtime/vm/intermediate_language.h:4621: intptr_t ValueOffset() const { I'd make it a ...
6 years, 1 month ago (2014-10-31 11:48:11 UTC) #5
Vyacheslav Egorov (Google)
Thanks for the review. Landing. https://codereview.chromium.org/670263007/diff/20001/runtime/vm/intermediate_language.h File runtime/vm/intermediate_language.h (right): https://codereview.chromium.org/670263007/diff/20001/runtime/vm/intermediate_language.h#newcode4621 runtime/vm/intermediate_language.h:4621: intptr_t ValueOffset() const { ...
6 years, 1 month ago (2014-10-31 12:04:41 UTC) #6
Vyacheslav Egorov (Google)
6 years, 1 month ago (2014-10-31 12:17:24 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as 41437 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698