• Mythri's avatar
    Add new options to CompileOptions and NoCacheReason · c5eb79e6
    Mythri authored
    Now that we have an API to request code cache, we want to decouple
    compilation from serialization. As a first step, we will add CompileEager
    option (used when we want to produce full code cache) and
    DeferredProduceCodeOption to NoCacheReason. This is so that we can
    properly bucket the compilation time and collect statistics about the
    cache behaviour. Once, blink and node start using the new API, we can
    remove the code to produce code cache from the compilation.
    
    Bug: chromium:783124
    Cq-Include-Trybots: master.tryserver.chromium.linux:linux_chromium_rel_ng
    Change-Id: I35dbb6b0af39940450d412ff75b769603398b2f6
    Reviewed-on: https://chromium-review.googlesource.com/828977
    Commit-Queue: Mythri Alle <mythria@chromium.org>
    Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#50336}
    c5eb79e6
Name
Last commit
Last update
..
libplatform Loading commit data...
APIDesign.md Loading commit data...
DEPS Loading commit data...
OWNERS Loading commit data...
PRESUBMIT.py Loading commit data...
v8-debug.h Loading commit data...
v8-inspector-protocol.h Loading commit data...
v8-inspector.h Loading commit data...
v8-platform.h Loading commit data...
v8-profiler.h Loading commit data...
v8-testing.h Loading commit data...
v8-util.h Loading commit data...
v8-value-serializer-version.h Loading commit data...
v8-version-string.h Loading commit data...
v8-version.h Loading commit data...
v8.h Loading commit data...
v8config.h Loading commit data...