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

Issue 10829164: Replace InstanceSetterComp instruction with a plain instance call. (Closed)

Created:
8 years, 4 months ago by Florian Schneider
Modified:
8 years, 4 months ago
Reviewers:
srdjan
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Replace InstanceSetterComp instruction with a plain instance call. After my last change to InstanceSetterComp we do not need a separate IL instruction for it anymore. Committed: https://code.google.com/p/dart/source/detail?r=10278

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -201 lines) Patch
M vm/flow_graph_builder.cc View 2 chunks +19 lines, -10 lines 0 comments Download
M vm/flow_graph_optimizer.h View 2 chunks +1 line, -2 lines 0 comments Download
M vm/flow_graph_optimizer.cc View 4 chunks +13 lines, -18 lines 0 comments Download
M vm/il_printer.cc View 1 chunk +0 lines, -9 lines 0 comments Download
M vm/intermediate_language.h View 6 chunks +4 lines, -41 lines 0 comments Download
M vm/intermediate_language.cc View 1 chunk +0 lines, -7 lines 0 comments Download
M vm/intermediate_language_ia32.cc View 1 chunk +0 lines, -57 lines 0 comments Download
M vm/intermediate_language_x64.cc View 1 chunk +0 lines, -57 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Florian Schneider
8 years, 4 months ago (2012-08-03 12:42:17 UTC) #1
srdjan
8 years, 4 months ago (2012-08-03 21:24:52 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698