Changeset 108358 in webkit for trunk/Source/JavaScriptCore/runtime/Options.h
- Timestamp:
- Feb 21, 2012, 8:26:12 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/Options.h
r108309 r108358 37 37 38 38 extern unsigned maximumInliningDepth; // Depth of inline stack, so 1 = no inlining, 2 = one level, etc. 39 40 extern int32_t executionCounterValueForJITAfterWarmUp;41 extern int32_t executionCounterValueForDontJITAnytimeSoon;42 extern int32_t executionCounterValueForJITSoon;43 39 44 40 extern int32_t executionCounterValueForOptimizeAfterWarmUp;
Note:
See TracChangeset
for help on using the changeset viewer.