Changeset 144379 in webkit for trunk/Source/JavaScriptCore/jit/JIT.h
- Timestamp:
- Feb 28, 2013, 3:23:14 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/jit/JIT.h
r144210 r144379 905 905 // Enables use of value profiler with tiered compilation turned off, 906 906 // in which case all code gets profiled. 907 bool shouldEmitProfiling() { return true; }907 bool shouldEmitProfiling() { return false; } 908 908 #endif 909 909
Note:
See TracChangeset
for help on using the changeset viewer.