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

Issue 2477653002: DBC: Handle constants correctly in the optimizing backend (Closed)

Created:
4 years, 1 month ago by Florian Schneider
Modified:
4 years, 1 month ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

DBC: Handle constants correctly in the optimizing backend We don't always allocate a register for constants in optimized code. Instead they are copied into registes as needed by parallel moves at the use site. Fixes #27731. R=vegorov@google.com Committed: https://github.com/dart-lang/sdk/commit/44418359e06c3af2305162ae8126d4632df37121

Patch Set 1 #

Total comments: 2

Patch Set 2 : address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -11 lines) Patch
M runtime/vm/intermediate_language_dbc.cc View 1 1 chunk +3 lines, -1 line 0 comments Download
M tests/corelib/corelib.status View 1 chunk +0 lines, -3 lines 0 comments Download
M tests/language/language.status View 1 chunk +0 lines, -3 lines 0 comments Download
M tests/lib/lib.status View 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 6 (2 generated)
Florian Schneider
4 years, 1 month ago (2016-11-03 10:33:58 UTC) #2
Vyacheslav Egorov (Google)
lgtm https://codereview.chromium.org/2477653002/diff/1/runtime/vm/intermediate_language_dbc.cc File runtime/vm/intermediate_language_dbc.cc (right): https://codereview.chromium.org/2477653002/diff/1/runtime/vm/intermediate_language_dbc.cc#newcode341 runtime/vm/intermediate_language_dbc.cc:341: if (compiler->is_optimizing() && locs()->out(0).IsRegister()) { We will end ...
4 years, 1 month ago (2016-11-03 11:11:50 UTC) #3
Florian Schneider
https://codereview.chromium.org/2477653002/diff/1/runtime/vm/intermediate_language_dbc.cc File runtime/vm/intermediate_language_dbc.cc (right): https://codereview.chromium.org/2477653002/diff/1/runtime/vm/intermediate_language_dbc.cc#newcode341 runtime/vm/intermediate_language_dbc.cc:341: if (compiler->is_optimizing() && locs()->out(0).IsRegister()) { On 2016/11/03 11:11:50, Vyacheslav ...
4 years, 1 month ago (2016-11-03 11:23:00 UTC) #4
Florian Schneider
4 years, 1 month ago (2016-11-03 11:24:12 UTC) #6
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
44418359e06c3af2305162ae8126d4632df37121 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698