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

Issue 136923004: Ensure that MaterializeObject has relaxed RequiredInputRepresentation. (Closed)

Created:
6 years, 11 months ago by Vyacheslav Egorov (Chromium)
Modified:
6 years, 11 months ago
CC:
reviews_dartlang.org, vm-dev_dartlang.org, Cutch
Visibility:
Public.

Description

Ensure that MaterializeObject has relaxed RequiredInputRepresentation. Instruction itself is essentially a part of a deoptimization enviroment and thus can deal with any representation. Default RequiredInputRepresentation is too strict and require tagged representation for all inputs which leads to ineffecient code: SelectRepresentations pass which is run while materializations are still in the graph will insert redundant boxing. R=srdjan@google.com BUG=dart:16063 Committed: https://code.google.com/p/dart/source/detail?r=31753

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -0 lines) Patch
M runtime/vm/intermediate_language.h View 1 chunk +10 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Vyacheslav Egorov (Chromium)
6 years, 11 months ago (2014-01-13 19:23:38 UTC) #1
Vyacheslav Egorov (Google)
+fschneider, johnmccutchan
6 years, 11 months ago (2014-01-13 19:25:09 UTC) #2
srdjan
lgtm
6 years, 11 months ago (2014-01-13 19:31:29 UTC) #3
Vyacheslav Egorov (Chromium)
6 years, 11 months ago (2014-01-13 19:33:12 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as r31753 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698