--stack_size (default size of stack region v8 is allowed to use (in KkBytes))
--break_on_abort (always cause a debug break before aborting)
type: int default: 1024
type: bool default: true
--stack_size (default size of stack region v8 is allowed to use (in kBytes))
type: int default: 984
--max_stack_trace_source_length (maximum length of function source code printed in a stack trace.)
--max_stack_trace_source_length (maximum length of function source code printed in a stack trace.)
type: int default: 300
type: int default: 300
--always_inline_smi_code (always inline smi code in non-opt code)
--always_inline_smi_code (always inline smi code in non-opt code)
@ -232,43 +282,45 @@ If set to 1 then colors will not be used in the REPL.
type: bool default: false
type: bool default: false
--trace_gc_verbose (print more details following each garbage collection)
--trace_gc_verbose (print more details following each garbage collection)
type: bool default: false
type: bool default: false
--trace_fragmentation (report fragmentation for old pointer and data pages)
type: bool default: false
--collect_maps (garbage collect maps from which no objects can be reached)
--collect_maps (garbage collect maps from which no objects can be reached)
type: bool default: true
type: bool default: true
--flush_code (flush code that we expect not to use again before full gc)
--flush_code (flush code that we expect not to use again before full gc)
type: bool default: true
type: bool default: true
--incremental_marking (use incremental marking)
type: bool default: true
--incremental_marking_steps (do incremental marking steps)
type: bool default: true
--trace_incremental_marking (trace progress of the incremental marking)
type: bool default: false
--use_idle_notification (Use idle notification to reduce memory footprint.)
--use_idle_notification (Use idle notification to reduce memory footprint.)
type: bool default: true
type: bool default: true
--send_idle_notification (Send idle notifcation between stress runs.)
type: bool default: false
--use_ic (use inline caching)
--use_ic (use inline caching)
type: bool default: true
type: bool default: true
--native_code_counters (generate extra code for manipulating stats counters)
--native_code_counters (generate extra code for manipulating stats counters)
type: bool default: false
type: bool default: false
--always_compact (Perform compaction on every full GC)
--always_compact (Perform compaction on every full GC)
type: bool default: false
type: bool default: false
--lazy_sweeping (Use lazy sweeping for old pointer and data spaces)
type: bool default: true
--never_compact (Never perform compaction on full GC - testing only)
--never_compact (Never perform compaction on full GC - testing only)
type: bool default: false
type: bool default: false
--compact_code_space (Compact code space on full non-incremental collections)
type: bool default: true
--cleanup_code_caches_at_gc (Flush inline caches prior to mark compact collection and flush code caches in maps during mark compact cycle.)
--cleanup_code_caches_at_gc (Flush inline caches prior to mark compact collection and flush code caches in maps during mark compact cycle.)
type: bool default: true
type: bool default: true
--random_seed (Default seed for initializing random generator (0, the default, means to use system random).)
--random_seed (Default seed for initializing random generator (0, the default, means to use system random).)
type: int default: 0
type: int default: 0
--canonicalize_object_literal_maps (Canonicalize maps for object literals.)
type: bool default: true
--use_big_map_space (Use big map space, but don't compact if it grew too big.)
type: bool default: true
--max_map_space_pages (Maximum number of pages in map space which still allows to encode forwarding pointers. That's actually a constant, but it's useful to control it with a flag for better testing.)
type: int default: 65535
--h (print this message)
type: bool default: false
--new_snapshot (use new snapshot implementation)
type: bool default: true
--use_verbose_printer (allows verbose printing)
--use_verbose_printer (allows verbose printing)
type: bool default: true
type: bool default: true
--allow_natives_syntax (allow natives syntax)
--allow_natives_syntax (allow natives syntax)
type: bool default: false
type: bool default: false
--strict_mode (allow strict mode directives)
type: bool default: true
--trace_sim (Trace simulator execution)
--trace_sim (Trace simulator execution)
type: bool default: false
type: bool default: false
--check_icache (Check icache flushes in ARM simulator)
--check_icache (Check icache flushes in ARM and MIPS simulator)
type: bool default: false
type: bool default: false
--stop_sim_at (Simulator stop after x number of instructions)
--stop_sim_at (Simulator stop after x number of instructions)
type: int default: 0
type: int default: 0
@ -286,8 +338,6 @@ If set to 1 then colors will not be used in the REPL.