| Index: src/platform.h
|
| diff --git a/src/platform.h b/src/platform.h
|
| index 76028e6372f82f86b9b63a594f0bb7a2101b8ed1..85e6fd35355b7122a31a92865d4f1415cfbff864 100644
|
| --- a/src/platform.h
|
| +++ b/src/platform.h
|
| @@ -527,7 +527,7 @@ class TickSample {
|
| Address fp; // Frame pointer.
|
| Address function; // The last called JS function.
|
| StateTag state; // The state of the VM.
|
| - static const int kMaxFramesCount = 100;
|
| + static const int kMaxFramesCount = 64;
|
| Address stack[kMaxFramesCount]; // Call stack.
|
| int frames_count; // Number of captured frames.
|
| };
|
|
|