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

Issue 5890003: Make V8 compilable with profiling support turned off. (Closed)

Created:
10 years ago by mnaganov (inactive)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Make V8 compilable with profiling support turned off. BUG=990 Committed: http://code.google.com/p/v8/source/detail?r=6044

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -2 lines) Patch
M src/log.cc View 3 chunks +6 lines, -0 lines 0 comments Download
M src/runtime-profiler.cc View 4 chunks +6 lines, -0 lines 0 comments Download
M src/top.cc View 3 chunks +8 lines, -2 lines 0 comments Download
M tools/test.py View 2 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
mnaganov (inactive)
10 years ago (2010-12-16 10:46:29 UTC) #1
mnaganov (inactive)
On 2010/12/16 10:46:29, Michail Naganov wrote: I think, we need to streamling 'prof' vs. 'profiling' ...
10 years ago (2010-12-16 10:48:20 UTC) #2
Søren Thygesen Gjesse
10 years ago (2010-12-16 11:13:08 UTC) #3
What I think we need to do here is to have the VM state tracking always enabled
as this is what the crankshaft runtime profiler uses. So I think we should get
rid of ENABLE_VMSTATE_TRACKING altogether. Then have only
ENABLE_LOGGING_AND_PROFILING for the developer facing additional runtime
profiler parts.

If you build with profilingsupport=off you should get the same results on the
benchmarks, so that crankshaft is not disabled by compiling without profiling
support.

Powered by Google App Engine
This is Rietveld 408576698