Changeset 182004 in webkit for trunk/Source/JavaScriptCore/ftl/FTLState.cpp
- Timestamp:
- Mar 26, 2015, 12:17:08 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ftl/FTLState.cpp
r180279 r182004 93 93 void State::dumpState(const char* when) 94 94 { 95 dumpState(module, when); 96 } 97 98 void State::dumpState(LModule module, const char* when) 99 { 95 100 dataLog("LLVM IR for ", CodeBlockWithJITType(graph.m_codeBlock, FTL::JITCode::FTLJIT), " ", when, ":\n"); 96 101 dumpModule(module);
Note:
See TracChangeset
for help on using the changeset viewer.