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

Issue 1127453003: VM: Don't emit usage counter and range feedback code and when optimizations are disabled. (Closed)

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

Description

VM: Don't emit usage counter code when optimizations are disabled. Committed: https://code.google.com/p/dart/source/detail?r=45530

Patch Set 1 #

Total comments: 1

Patch Set 2 : addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+185 lines, -138 lines) Patch
M runtime/vm/flow_graph_compiler.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M runtime/vm/stub_code.cc View 2 chunks +2 lines, -0 lines 0 comments Download
M runtime/vm/stub_code_arm.cc View 1 5 chunks +33 lines, -24 lines 0 comments Download
M runtime/vm/stub_code_arm64.cc View 1 5 chunks +38 lines, -29 lines 0 comments Download
M runtime/vm/stub_code_ia32.cc View 1 5 chunks +34 lines, -28 lines 0 comments Download
M runtime/vm/stub_code_mips.cc View 1 5 chunks +40 lines, -31 lines 0 comments Download
M runtime/vm/stub_code_x64.cc View 1 5 chunks +35 lines, -26 lines 0 comments Download

Messages

Total messages: 4 (1 generated)
Florian Schneider
5 years, 7 months ago (2015-05-04 23:17:46 UTC) #2
srdjan
LGTMwC https://codereview.chromium.org/1127453003/diff/1/runtime/vm/stub_code_arm.cc File runtime/vm/stub_code_arm.cc (right): https://codereview.chromium.org/1127453003/diff/1/runtime/vm/stub_code_arm.cc#newcode1242 runtime/vm/stub_code_arm.cc:1242: if (FLAG_optimization_counter_threshold != -1) { Maybe >= 0 ...
5 years, 7 months ago (2015-05-05 07:32:57 UTC) #3
Florian Schneider
5 years, 7 months ago (2015-05-05 17:06:28 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as r45530 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698