• marja@chromium.org's avatar
    New Compilation API, part 1 · 52c0098f
    marja@chromium.org authored
    - Distinguish between context bound scripts (Script) and context unbound scripts
    (UnboundScript).
    - Add ScriptCompiler (which will later contain functions for async compilation).
    
    This is a breaking change, in particular, Script::New no longer exists (it is
    replaced by ScriptCompiler::CompileUnbound). Script::Compile remains as a
    backwards-compatible shorthand for ScriptCompiler::Compile.
    
    Passing CompilerOptions with produce_data_to_cache = true doesn't do anything
    yet; the only way to generate the data to cache is the old preparsing API. (To
    be fixed in the next version.)
    
    BUG=
    R=dcarney@chromium.org
    
    Review URL: https://codereview.chromium.org/186723005
    
    git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@19881 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
    52c0098f
Name
Last commit
Last update
benchmarks Loading commit data...
build Loading commit data...
include Loading commit data...
samples Loading commit data...
src Loading commit data...
test Loading commit data...
tools Loading commit data...
.clang-format Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
ChangeLog Loading commit data...
DEPS Loading commit data...
LICENSE Loading commit data...
LICENSE.strongtalk Loading commit data...
LICENSE.v8 Loading commit data...
LICENSE.valgrind Loading commit data...
Makefile Loading commit data...
Makefile.android Loading commit data...
Makefile.nacl Loading commit data...
OWNERS Loading commit data...
PRESUBMIT.py Loading commit data...
WATCHLISTS Loading commit data...
codereview.settings Loading commit data...