Status: New
Owner: ----
New issue 738 by polarjs: Calls HeapProfiler::Setup() and TearDown() to
should be conditional on ENABLE_LOGGING_AND_PROFILING
http://code.google.com/p/v8/issues/detail?id=738
In v8.cc, HeapProfiler::Setup() and TearDown() are called unconditionally.
However, in heap-profiler.h, the HeapProfiler class is conditional on
ENABLE_LOGGING_AND_PROFILING. This breaks builds that do not want to
ENABLE_LOGGING_AND_PROFILING.
Found on trunk 2.2.18, and verified that is still present in bleeding edge.
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev