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

Issue 10700111: Eliminate the type distinction between BindInstr and DoInstr. (Closed)

Created:
8 years, 5 months ago by Kevin Millikin (Google)
Modified:
8 years, 5 months ago
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Eliminate the type distinction between BindInstr and DoInstr. Represent the distinction between computations whose value is used and computations whose value is unused with a data member (instead of a separate type). R=fschneider@google.com,srdjan@google.com BUG= TEST= Committed: https://code.google.com/p/dart/source/detail?r=9416

Patch Set 1 #

Patch Set 2 : Eliminate an unnecessary virtual function. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -141 lines) Patch
M runtime/vm/flow_graph_builder.cc View 4 chunks +33 lines, -42 lines 0 comments Download
M runtime/vm/flow_graph_optimizer.h View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/flow_graph_optimizer.cc View 1 chunk +0 lines, -5 lines 0 comments Download
M runtime/vm/il_printer.cc View 2 chunks +6 lines, -14 lines 0 comments Download
M runtime/vm/intermediate_language.h View 1 11 chunks +12 lines, -52 lines 0 comments Download
M runtime/vm/intermediate_language.cc View 2 chunks +0 lines, -20 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/intermediate_language_test.cc View 1 chunk +4 lines, -5 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Google)
The name BindInstr is wrong now, but it is now just a thin wrapper around ...
8 years, 5 months ago (2012-07-05 09:16:32 UTC) #1
Florian Schneider
8 years, 5 months ago (2012-07-05 09:32:43 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698