Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(690)

Unified Diff: src/platform.h

Issue 1582004: C++ profiles processor: wire up to VM. (Closed)
Patch Set: Created 10 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
};
« no previous file with comments | « src/mark-compact.cc ('k') | src/platform-linux.cc » ('j') | src/platform-linux.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698