Chromium Code Reviews| Index: src/flag-definitions.h | 
| =================================================================== | 
| --- src/flag-definitions.h (revision 5449) | 
| +++ src/flag-definitions.h (working copy) | 
| @@ -174,6 +174,10 @@ | 
| DEFINE_int(max_stack_trace_source_length, 300, | 
| "maximum length of function source code printed in a stack trace.") | 
| +// full-codegen.cc / full-codegen-ia32.cc | 
| 
 
Kasper Lund
2010/09/15 09:36:12
Remove the ia32.cc reference.
 
 | 
| +DEFINE_bool(always_inline_smi_code, false, | 
| + "always inline smi code in non-opt code") | 
| + | 
| // heap.cc | 
| DEFINE_int(max_new_space_size, 0, "max size of the new generation") | 
| DEFINE_int(max_old_space_size, 0, "max size of the old generation") |