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

Issue 701113003: VM: Load-forwarding of non-final field values at allocations. (Closed)

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

Description

VM: Load-forwarding of non-final field values at allocations. Instead of ignoring escaping allocations, we now forward values for all non-final fields and type arguments even if the object escapes. For non-escaping objects we forward all fields. R=vegorov@google.com Committed: https://code.google.com/p/dart/source/detail?r=41522

Patch Set 1 #

Total comments: 4

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -12 lines) Patch
M runtime/vm/flow_graph_optimizer.cc View 1 2 chunks +15 lines, -12 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
Florian Schneider
6 years, 1 month ago (2014-11-05 13:58:19 UTC) #2
Vyacheslav Egorov (Google)
lgtm https://codereview.chromium.org/701113003/diff/1/runtime/vm/flow_graph_optimizer.cc File runtime/vm/flow_graph_optimizer.cc (right): https://codereview.chromium.org/701113003/diff/1/runtime/vm/flow_graph_optimizer.cc#newcode6340 runtime/vm/flow_graph_optimizer.cc:6340: bool forward = !aliased_set_->CanBeAliased(alloc) || Maybe you can ...
6 years, 1 month ago (2014-11-05 14:13:48 UTC) #3
Florian Schneider
https://codereview.chromium.org/701113003/diff/1/runtime/vm/flow_graph_optimizer.cc File runtime/vm/flow_graph_optimizer.cc (right): https://codereview.chromium.org/701113003/diff/1/runtime/vm/flow_graph_optimizer.cc#newcode6340 runtime/vm/flow_graph_optimizer.cc:6340: bool forward = !aliased_set_->CanBeAliased(alloc) || On 2014/11/05 14:13:47, Vyacheslav ...
6 years, 1 month ago (2014-11-05 14:53:43 UTC) #4
Florian Schneider
6 years, 1 month ago (2014-11-05 15:23:04 UTC) #5
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as r41522 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698