| Index: src/flag-definitions.h
|
| ===================================================================
|
| --- src/flag-definitions.h (revision 12582)
|
| +++ src/flag-definitions.h (working copy)
|
| @@ -228,6 +228,13 @@
|
| DEFINE_int(parallel_recompilation_queue_length, 2,
|
| "the length of the parallel compilation queue")
|
|
|
| +DEFINE_bool(json_eval_cache, true,
|
| + "prioritize compiled JSON strings passed to eval")
|
| +DEFINE_int(json_eval_cache_max_entries, 32,
|
| + "maximum entries in prioritized eval cache")
|
| +DEFINE_int(json_eval_cache_max_size, 512*KB,
|
| + "maximum total code size in prioritized eval cache")
|
| +
|
| // Experimental profiler changes.
|
| DEFINE_bool(experimental_profiler, true, "enable all profiler experiments")
|
| DEFINE_bool(watch_ic_patching, false, "profiler considers IC stability")
|
|
|