diff options
author | isaacs <i@izs.me> | 2012-02-13 10:04:53 -0800 |
---|---|---|
committer | isaacs <i@izs.me> | 2012-02-13 10:05:16 -0800 |
commit | 68a0c56a7d9c26661245b06c7d1231625a0aa5ac (patch) | |
tree | f498b59d5c3c21297743ec560a9087217f5695fc /deps/v8/src/cpu-profiler.cc | |
parent | 09ccbef3bbfc4ca14c58dbed4c3c067bd1f1e14c (diff) | |
download | node-new-68a0c56a7d9c26661245b06c7d1231625a0aa5ac.tar.gz |
Upgrade V8 to 3.9.5
Diffstat (limited to 'deps/v8/src/cpu-profiler.cc')
-rw-r--r-- | deps/v8/src/cpu-profiler.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/v8/src/cpu-profiler.cc b/deps/v8/src/cpu-profiler.cc index 953952a91d..3cbac77858 100644 --- a/deps/v8/src/cpu-profiler.cc +++ b/deps/v8/src/cpu-profiler.cc @@ -1,4 +1,4 @@ -// Copyright 2010 the V8 project authors. All rights reserved. +// Copyright 2012 the V8 project authors. All rights reserved. // Redistribution and use in source and binary forms, with or without // modification, are permitted provided that the following conditions are // met: @@ -42,7 +42,7 @@ namespace internal { static const int kEventsBufferSize = 256 * KB; static const int kTickSamplesBufferChunkSize = 64 * KB; static const int kTickSamplesBufferChunksCount = 16; -static const int kProfilerStackSize = 32 * KB; +static const int kProfilerStackSize = 64 * KB; ProfilerEventsProcessor::ProfilerEventsProcessor(ProfileGenerator* generator) |