• Ross McIlroy's avatar
    Reland "[Compiler] Remove CompileDebugCode and EnsureBytecode and replace with Compile" · 73ec5598
    Ross McIlroy authored
    This is a reland of 21da12a9
    Original change's description:
    > [Compiler] Remove CompileDebugCode and EnsureBytecode and replace with Compile
    > 
    > Removes the Compiler::CompileDebugCode and Compiler::EnsureBytecode functions
    > and replaces them with a Compiler::Compile(Handle<SharedFunctionInfo> shared)
    > function. The code in compiler.cc is refactored to use this function to compile
    > the SharedFunctionInfo when compiling a JSFunction.
    > 
    > Also does some other cleanup:
    >  - Removes CompileUnoptimizedFunction and inlines into new Compiler function
    >  - Moves code to create top level SharedFunctionInfo into CompilerTopLevel and
    >    out of FinalizeUnoptimizedCompile.
    > 
    > BUG=v8:6409
    > 
    > Change-Id: Ic54afcd8eb005c17f3ae6b2355060846e3091ca3
    > Reviewed-on: https://chromium-review.googlesource.com/613760
    > Commit-Queue: Ross McIlroy <rmcilroy@chromium.org>
    > Reviewed-by: Jaroslav Sevcik <jarin@chromium.org>
    > Reviewed-by: Leszek Swirski <leszeks@chromium.org>
    > Reviewed-by: Yang Guo <yangguo@chromium.org>
    > Cr-Commit-Position: refs/heads/master@{#47394}
    
    TBR=yangguo@chromium.org
    TBR=jarin@chromium.org
    
    Bug: v8:6409
    Change-Id: If2eae66a85f129e746a5ca5c04935540f3f86b04
    Reviewed-on: https://chromium-review.googlesource.com/618886Reviewed-by: 's avatarRoss McIlroy <rmcilroy@chromium.org>
    Commit-Queue: Ross McIlroy <rmcilroy@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#47399}
    73ec5598
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
common Loading commit data...
debugger Loading commit data...
fuzzer Loading commit data...
inspector Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mkgrokdump Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
test262 Loading commit data...
unittests Loading commit data...
wasm-spec-tests Loading commit data...
webkit Loading commit data...
BUILD.gn Loading commit data...
bot_default.gyp Loading commit data...
bot_default.isolate Loading commit data...
default.gyp Loading commit data...
default.isolate Loading commit data...
optimize_for_size.gyp Loading commit data...
optimize_for_size.isolate Loading commit data...
perf.gyp Loading commit data...
perf.isolate Loading commit data...