Changeset 209725 in webkit for trunk/Source/JavaScriptCore/dfg/DFGCommon.h
- Timestamp:
- Dec 12, 2016, 1:46:45 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGCommon.h
r209678 r209725 153 153 enum OptimizationFixpointState { BeforeFixpoint, FixpointNotConverged, FixpointConverged }; 154 154 155 enum StrengthReduceArgumentFlushes { DontOptimizeArgumentFlushes, OptimizeArgumentFlushes }; 156 155 157 // Describes the form you can expect the entire graph to be in. 156 158 enum GraphForm {
Note:
See TracChangeset
for help on using the changeset viewer.