Changeset 278213 in webkit for trunk/Source/JavaScriptCore/jsc.cpp
- Timestamp:
- May 28, 2021, 11:36:44 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jsc.cpp
r278206 r278213 42 42 #include "JIT.h" 43 43 #include "JITOperationList.h" 44 #include "JITSizeStatistics.h" 44 45 #include "JSArray.h" 45 46 #include "JSArrayBuffer.h" … … 3530 3531 } 3531 3532 3533 #if ENABLE(JIT) 3534 if (vm.jitSizeStatistics) 3535 dataLogLn(*vm.jitSizeStatistics); 3536 #endif 3537 3532 3538 vm.codeCache()->write(vm); 3533 3539
Note:
See TracChangeset
for help on using the changeset viewer.