| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 338060f3fc0d3074252a18cc122903c0d99fae78..a195667b2d434e8a0976683f3ee09523a6afa271 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -229,6 +229,8 @@ DEFINE_bool(opt_safe_uint32_operations, true,
|
| "allow uint32 values on optimize frames if they are used only in "
|
| "safe operations")
|
|
|
| +DEFINE_bool(use_ssi, false, "use single static information")
|
| +
|
| DEFINE_bool(parallel_recompilation, false,
|
| "optimizing hot functions asynchronously on a separate thread")
|
| DEFINE_bool(trace_parallel_recompilation, false, "track parallel recompilation")
|
|
|