Changeset 94914 in webkit for trunk/Source/JavaScriptCore/dfg/DFGJITCompiler.cpp
- Timestamp:
- Sep 10, 2011, 2:23:45 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/dfg/DFGJITCompiler.cpp
r94629 r94914 852 852 linkSpeculationChecks(speculative, nonSpeculative); 853 853 } else { 854 #if DFG_DEBUG_VERBOSE855 fprintf(stderr, "SpeculativeJIT was terminated.\n");856 #endif857 858 854 // If compilation through the SpeculativeJIT failed, throw away the code we generated. 859 855 m_calls.clear();
Note:
See TracChangeset
for help on using the changeset viewer.