| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 485a535c01eccd9f1a83da2c51d58560c0d87e18..a7efe1163a9dcf8e5889ecf4f5ff9fadc13a2fd0 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -767,6 +767,9 @@ DEFINE_BOOL(memory_reducer, true, "use memory reducer")
|
| DEFINE_INT(heap_growing_percent, 0,
|
| "specifies heap growing factor as (1 + heap_growing_percent/100)")
|
|
|
| +// spaces.cc
|
| +DEFINE_INT(v8_os_page_size, 0, "override OS page size (in KBytes)")
|
| +
|
| // execution.cc, messages.cc
|
| DEFINE_BOOL(clear_exceptions_on_js_entry, false,
|
| "clear pending exceptions when entering JavaScript")
|
| @@ -1019,7 +1022,6 @@ DEFINE_BOOL(collect_heap_spill_statistics, false,
|
| "(requires heap_stats)")
|
| DEFINE_BOOL(trace_live_bytes, false,
|
| "trace incrementing and resetting of live bytes")
|
| -
|
| DEFINE_BOOL(trace_isolates, false, "trace isolate state changes")
|
|
|
| // Regexp
|
|
|