| Index: src/flag-definitions.h
 | 
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
 | 
| index 79fba014c9460461aa084be248048e8e9ac69241..424845f39cbda2179d97ff934f7123e1d7d4872c 100644
 | 
| --- a/src/flag-definitions.h
 | 
| +++ b/src/flag-definitions.h
 | 
| @@ -423,6 +423,8 @@ DEFINE_BOOL(trace_deopt, false, "trace optimize function deoptimization")
 | 
|  DEFINE_BOOL(trace_stub_failures, false,
 | 
|              "trace deoptimization of generated code stubs")
 | 
|  
 | 
| +DEFINE_BOOL(serialize_toplevel, false, "enable caching of toplevel scripts")
 | 
| +
 | 
|  // compiler.cc
 | 
|  DEFINE_INT(min_preparse_length, 1024,
 | 
|             "minimum length for automatic enable preparsing")
 | 
| 
 |