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

Issue 15563007: Remove an unnecessary setter. (Closed)

Created:
7 years, 7 months ago by Kevin Millikin (Google)
Modified:
7 years, 7 months ago
Reviewers:
Florian Schneider
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Remove an unnecessary setter. A field of the CompilerDeoptInfo had a setter that was always and only called immediately after construction. Instead, set it in the constructor. R=fschneider@google.com BUG= Committed: https://code.google.com/p/dart/source/detail?r=22981

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -32 lines) Patch
M runtime/vm/flow_graph_compiler.h View 4 chunks +11 lines, -9 lines 1 comment Download
M runtime/vm/flow_graph_compiler.cc View 2 chunks +8 lines, -7 lines 0 comments Download
M runtime/vm/flow_graph_compiler_arm.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M runtime/vm/flow_graph_compiler_ia32.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M runtime/vm/flow_graph_compiler_mips.cc View 1 chunk +1 line, -1 line 0 comments Download
M runtime/vm/flow_graph_compiler_x64.cc View 2 chunks +5 lines, -5 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Kevin Millikin (Google)
I also changed the naming of deoptimization_env_ to be consistent with CompilerDeoptInfo and deopt_id_ in ...
7 years, 7 months ago (2013-05-21 13:40:37 UTC) #1
Florian Schneider
LGTM. https://codereview.chromium.org/15563007/diff/1/runtime/vm/flow_graph_compiler.h File runtime/vm/flow_graph_compiler.h (right): https://codereview.chromium.org/15563007/diff/1/runtime/vm/flow_graph_compiler.h#newcode143 runtime/vm/flow_graph_compiler.h:143: Environment* deopt_env_; Can you make this const as ...
7 years, 7 months ago (2013-05-21 13:47:11 UTC) #2
Kevin Millikin (Google)
7 years, 7 months ago (2013-05-22 06:21:13 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r22981 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698