Revision: 5653 Author: [email protected] Date: Mon Oct 18 10:34:27 2010 Log: Update sync profiling changes for Solaris platform.
Patch by Maciej Blizinski <[email protected]> [email protected] BUG=901 Review URL: http://codereview.chromium.org/3794008 http://code.google.com/p/v8/source/detail?r=5653 Modified: /branches/bleeding_edge/src/platform-solaris.cc ======================================= --- /branches/bleeding_edge/src/platform-solaris.cc Wed May 26 23:38:53 2010 +++ /branches/bleeding_edge/src/platform-solaris.cc Mon Oct 18 10:34:27 2010 @@ -598,7 +598,10 @@ Sampler::Sampler(int interval, bool profiling) - : interval_(interval), profiling_(profiling), active_(false) { + : interval_(interval), + profiling_(profiling), + synchronous_(profiling), + active_(false) { data_ = new PlatformData(); } -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
