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

Issue 10891025: Eliminate class UseVal. (Closed)

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

Description

Eliminate class UseVal. This was the only subclass of Value. All functionality is moved to the base class, and all functions are made non-virtual. R=fschneider@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=11590

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+146 lines, -269 lines) Patch
M runtime/vm/deopt_instructions.h View 1 chunk +0 lines, -1 line 0 comments Download
M runtime/vm/flow_graph.cc View 13 chunks +19 lines, -29 lines 0 comments Download
M runtime/vm/flow_graph_allocator.cc View 9 chunks +21 lines, -35 lines 0 comments Download
M runtime/vm/flow_graph_builder.h View 2 chunks +2 lines, -5 lines 0 comments Download
M runtime/vm/flow_graph_builder.cc View 3 chunks +2 lines, -3 lines 0 comments Download
M runtime/vm/flow_graph_compiler.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/flow_graph_optimizer.cc View 12 chunks +24 lines, -28 lines 0 comments Download
M runtime/vm/il_printer.cc View 2 chunks +5 lines, -7 lines 0 comments Download
M runtime/vm/intermediate_language.h View 10 chunks +43 lines, -118 lines 1 comment Download
M runtime/vm/intermediate_language.cc View 11 chunks +26 lines, -35 lines 0 comments Download
M runtime/vm/intermediate_language_ia32.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M runtime/vm/intermediate_language_test.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M runtime/vm/intermediate_language_x64.cc View 2 chunks +0 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Kevin Millikin (Google)
8 years, 3 months ago (2012-08-29 14:56:08 UTC) #1
Florian Schneider
LGTM!
8 years, 3 months ago (2012-08-29 15:02:10 UTC) #2
srdjan
8 years, 3 months ago (2012-08-29 19:45:53 UTC) #3
Nice! DBC.

https://chromiumcodereview.appspot.com/10891025/diff/1/runtime/vm/intermediat...
File runtime/vm/intermediate_language.h (right):

https://chromiumcodereview.appspot.com/10891025/diff/1/runtime/vm/intermediat...
runtime/vm/intermediate_language.h:118: class Definition;
One Definition too much.

Powered by Google App Engine
This is Rietveld 408576698