Changeset 155564 in webkit for trunk/Source/JavaScriptCore/dfg/DFGGraph.cpp
- Timestamp:
- Sep 11, 2013, 2:24:34 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGGraph.cpp
r155499 r155564 293 293 if (!skipped) { 294 294 if (node->hasVariableAccessData(*this)) 295 out.print(" predicting ", SpeculationDump(node->variableAccessData()->prediction()) , node->variableAccessData()->shouldUseDoubleFormat() ? ", forcing double" : "");295 out.print(" predicting ", SpeculationDump(node->variableAccessData()->prediction())); 296 296 else if (node->hasHeapPrediction()) 297 297 out.print(" predicting ", SpeculationDump(node->getHeapPrediction()));
Note:
See TracChangeset
for help on using the changeset viewer.