Changeset 163391 in webkit for trunk/Source/JavaScriptCore/dfg/DFGPredictionPropagationPhase.cpp
- Timestamp:
- Feb 4, 2014, 11:09:52 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGPredictionPropagationPhase.cpp
r162652 r163391 136 136 case WeakJSConstant: { 137 137 SpeculatedType type = speculationFromValue(m_graph.valueOfJSConstant(node)); 138 if (type == SpecInt52AsDouble )138 if (type == SpecInt52AsDouble && enableInt52()) 139 139 type = SpecInt52; 140 140 changed |= setPrediction(type);
Note:
See TracChangeset
for help on using the changeset viewer.