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

Issue 9864030: Profiler experiments: remove "stable on startup" rule (Closed)

Created:
8 years, 9 months ago by Jakob Kummerow
Modified:
8 years, 9 months ago
Reviewers:
ulan
CC:
v8-dev
Visibility:
Public.

Description

Profiler experiments: remove "stable on startup" rule Committed: https://code.google.com/p/v8/source/detail?r=11164

Patch Set 1 #

Total comments: 2

Patch Set 2 : fix nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -23 lines) Patch
M src/full-codegen.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M src/runtime-profiler.h View 2 chunks +0 lines, -8 lines 0 comments Download
M src/runtime-profiler.cc View 1 3 chunks +1 line, -12 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Jakob Kummerow
Please take a look.
8 years, 9 months ago (2012-03-27 08:58:29 UTC) #1
ulan
LGTM with a nit. http://codereview.chromium.org/9864030/diff/1/src/runtime-profiler.cc File src/runtime-profiler.cc (right): http://codereview.chromium.org/9864030/diff/1/src/runtime-profiler.cc#newcode368 src/runtime-profiler.cc:368: if (FLAG_watch_ic_patching) { I would ...
8 years, 9 months ago (2012-03-27 11:51:13 UTC) #2
Jakob Kummerow
8 years, 9 months ago (2012-03-27 12:27:47 UTC) #3
Thanks for the review, landing.

https://chromiumcodereview.appspot.com/9864030/diff/1/src/runtime-profiler.cc
File src/runtime-profiler.cc (right):

https://chromiumcodereview.appspot.com/9864030/diff/1/src/runtime-profiler.cc...
src/runtime-profiler.cc:368: if (FLAG_watch_ic_patching) {
On 2012/03/27 11:51:13, ulan wrote:
> I would prefer
> if (!FLAG_watch_ic_patching) {
> ...
> }

Done.

Powered by Google App Engine
This is Rietveld 408576698