Chromium Code Reviews| Index: src/flag-definitions.h |
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
| index b90534c0cc118911d0f26aa1b253e75a776c138c..d393b29c6311c495cfa7fcef7761aa3e18ae9594 100644 |
| --- a/src/flag-definitions.h |
| +++ b/src/flag-definitions.h |
| @@ -231,6 +231,10 @@ DEFINE_bool(debugger_auto_break, true, |
| "in the queue") |
| DEFINE_bool(enable_liveedit, true, "enable liveedit experimental feature") |
| +// execution.cc |
| +DEFINE_int(stack_size_kb, kPointerSize * 128, |
|
Kevin Millikin (Chromium)
2011/02/11 12:55:47
For the heap limits, the flag is something like ma
antonm
2011/02/11 14:20:32
Unified with max_new_space_size.
|
| + "default size of stack region v8 is allowed to use") |
| + |
| // frames.cc |
| DEFINE_int(max_stack_trace_source_length, 300, |
| "maximum length of function source code printed in a stack trace.") |