Chromium Code Reviews| Index: src/heap.h |
| =================================================================== |
| --- src/heap.h (revision 4799) |
| +++ src/heap.h (working copy) |
| @@ -1266,6 +1266,10 @@ |
| // Flush the number to string cache. |
| static void FlushNumberStringCache(); |
| + // Flush code from functions we do not expect to use again. The code will |
| + // be replaced with a lazy compilable version. |
| + static void FlushCode(); |
| + |
| static const int kInitialSymbolTableSize = 2048; |
| static const int kInitialEvalCacheSize = 64; |