| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 9e54e46d89e7fed6cf38a86ae2848bb9f8e135ec..cb4dd5b662bd2da60705d0e41836b8c6e8d6604c 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -633,7 +633,8 @@ DEFINE_bool(sliding_state_window, false,
|
| "Update sliding state window counters.")
|
| DEFINE_string(logfile, "v8.log", "Specify the name of the log file.")
|
| DEFINE_bool(ll_prof, false, "Enable low-level linux profiler.")
|
| -
|
| +DEFINE_string(gc_fake_mmap, "/tmp/__v8_gc__",
|
| + "Specify the name of the file for fake gc mmap used in ll_prof")
|
|
|
| //
|
| // Disassembler only flags
|
|
|