Status: New Owner: ---- New issue 477 by [email protected]: Use of ENABLE_LOGGING_AND_PROFILING with ProducerHeapProfile is inconsistent http://code.google.com/p/v8/issues/detail?id=477
It looks like there's an inconsistency in the use of the ENABLE_LOGGING_AND_PROFILING guard and the ProducerHeapProfile class. See http://code.google.com/p/v8/source/detail?r=3069. This causes the build to fail when ENABLE_LOGGING_AND_PROFILING is not defined. The naive fix is to simply guard the calls to ProducerHeapProfile methods in heap.cc with ENABLE_LOGGING_AND_PROFILING. See attached patch. Attachments: patch.txt 1.1 KB -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
