Changeset 206400 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Sep 26, 2016, 3:48:18 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r206395 r206400 1 2016-09-26 Joseph Pecoraro <[email protected]> 2 3 Add an Option to disable the CodeCache 4 https://bugs.webkit.org/show_bug.cgi?id=162579 5 6 Reviewed by Geoffrey Garen. 7 8 * runtime/CodeCache.cpp: 9 (JSC::CodeCache::getGlobalCodeBlock): 10 (JSC::CodeCache::getFunctionExecutableFromGlobalCode): 11 Do not use the cache if the Option is disabled. 12 13 * runtime/Options.h: 14 New option to not use the code cache. 15 1 16 2016-09-26 Daniel Bates <[email protected]> 2 17
Note:
See TracChangeset
for help on using the changeset viewer.