Changeset 121218 in webkit for trunk/Source/JavaScriptCore/runtime/Options.cpp
- Timestamp:
- Jun 25, 2012, 7:53:39 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/Options.cpp
r121215 r121218 68 68 int32_t executionCounterIncrementForReturn; 69 69 70 bool randomizeExecutionCountsBetweenCheckpoints; 70 71 int32_t maximumExecutionCountsBetweenCheckpoints; 71 72 … … 191 192 SET(executionCounterIncrementForReturn, 15); 192 193 194 SET(randomizeExecutionCountsBetweenCheckpoints, false); 193 195 SET(maximumExecutionCountsBetweenCheckpoints, 1000); 194 196
Note:
See TracChangeset
for help on using the changeset viewer.