Ignore:
Timestamp:
Sep 26, 2016, 3:48:18 PM (9 years ago)
Author:
[email protected]
Message:

Add an Option to disable the CodeCache
https://bugs.webkit.org/show_bug.cgi?id=162579

Patch by Joseph Pecoraro <Joseph Pecoraro> on 2016-09-26
Reviewed by Geoffrey Garen.

  • runtime/CodeCache.cpp:

(JSC::CodeCache::getGlobalCodeBlock):
(JSC::CodeCache::getFunctionExecutableFromGlobalCode):
Do not use the cache if the Option is disabled.

  • runtime/Options.h:

New option to not use the code cache.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r206395 r206400  
     12016-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
    1162016-09-26  Daniel Bates  <[email protected]>
    217
Note: See TracChangeset for help on using the changeset viewer.