Changeset 220556 in webkit for trunk/Source/JavaScriptCore/ftl/FTLLink.cpp
- Timestamp:
- Aug 10, 2017, 4:00:06 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ftl/FTLLink.cpp
r218794 r220556 69 69 CCallHelpers::stackPointerRegister, -static_cast<int32_t>(AssemblyHelpers::prologueStackPointerDelta())); 70 70 71 if (Profiler::Compilation* compilation = graph.compilation()) { 71 Profiler::Compilation* compilation = graph.compilation(); 72 if (UNLIKELY(compilation)) { 72 73 compilation->addDescription( 73 74 Profiler::OriginStack(),
Note:
See TracChangeset
for help on using the changeset viewer.