Changeset 143955 in webkit for trunk/Source/JavaScriptCore/dfg/DFGPredictionPropagationPhase.cpp
- Timestamp:
- Feb 25, 2013, 12:23:55 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGPredictionPropagationPhase.cpp
r143654 r143955 1023 1023 if (!variableAccessData->isRoot()) 1024 1024 continue; 1025 if (operandIsArgument(variableAccessData->local())1026 || variableAccessData->isCaptured())1027 continue;1028 1025 m_changed |= variableAccessData->tallyVotesForShouldUseDoubleFormat(); 1029 1026 } … … 1034 1031 if (!variableAccessData->isRoot()) 1035 1032 continue; 1036 if (operandIsArgument(variableAccessData->local())1037 || variableAccessData->isCaptured())1038 continue;1039 1033 m_changed |= variableAccessData->makePredictionForDoubleFormat(); 1040 1034 }
Note:
See TracChangeset
for help on using the changeset viewer.