Changeset 200796 in webkit
- Timestamp:
- May 12, 2016, 3:55:39 PM (9 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/Source/JavaScriptCore/ChangeLog ¶
r200747 r200796 1 2016-05-12 Mark Lam <mark.lam@apple.com> 2 3 Baseline and DFG's JSC_report...CompileTimes needs CodeBlock hashes. 4 https://bugs.webkit.org/show_bug.cgi?id=157643 5 6 Reviewed by Keith Miller. 7 8 * runtime/Options.cpp: 9 (JSC::recomputeDependentOptions): 10 1 11 2016-05-12 Csaba Osztrogonác <ossy@webkit.org> 2 12 -
TabularUnified trunk/Source/JavaScriptCore/runtime/Options.cpp ¶
r200496 r200796 329 329 || Options::verboseCompilationQueue() 330 330 || Options::reportCompileTimes() 331 || Options::reportBaselineCompileTimes() 332 || Options::reportDFGCompileTimes() 331 333 || Options::reportFTLCompileTimes() 332 334 || Options::verboseCFA()
Note:
See TracChangeset
for help on using the changeset viewer.