• Ross McIlroy's avatar
    Revert "[Compiler] Remove CompileDebugCode and EnsureBytecode and replace with Compile" · 0f40415b
    Ross McIlroy authored
    This reverts commit 21da12a9.
    
    Reason for revert: Failing on arm64 simulator
    
    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=rmcilroy@chromium.org,yangguo@chromium.org,jarin@chromium.org,leszeks@chromium.org
    
    Change-Id: I4ba63e82417a185f1528ff2633eb6c8872fbbfe5
    No-Presubmit: true
    No-Tree-Checks: true
    No-Try: true
    Bug: v8:6409
    Reviewed-on: https://chromium-review.googlesource.com/618687Reviewed-by: 's avatarRoss McIlroy <rmcilroy@chromium.org>
    Commit-Queue: Ross McIlroy <rmcilroy@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#47397}
    0f40415b
Name
Last commit
Last update
..
debug-prepare-step-in.js Loading commit data...
regress-102153.js Loading commit data...
regress-1081309.js Loading commit data...
regress-109195.js Loading commit data...
regress-1170187.js Loading commit data...
regress-119609.js Loading commit data...
regress-131994.js Loading commit data...
regress-147497.js Loading commit data...
regress-1523.js Loading commit data...
regress-1586.js Loading commit data...
regress-1639.js Loading commit data...
regress-1853.js Loading commit data...
regress-2296.js Loading commit data...
regress-269.js Loading commit data...
regress-2825.js Loading commit data...
regress-325676.js Loading commit data...
regress-3717.js Loading commit data...
regress-392114.js Loading commit data...
regress-3960.js Loading commit data...
regress-419663.js Loading commit data...
regress-4309-1.js Loading commit data...
regress-4309-2.js Loading commit data...
regress-4309-3.js Loading commit data...
regress-4320.js Loading commit data...
regress-4703.js Loading commit data...
regress-491536.js Loading commit data...
regress-5071.js Loading commit data...
regress-514362.js Loading commit data...
regress-5164.js Loading commit data...
regress-5279.js Loading commit data...
regress-5559.js Loading commit data...
regress-617882.js Loading commit data...
regress-662674.js Loading commit data...
regress-662935.js Loading commit data...
regress-crbug-107996.js Loading commit data...
regress-crbug-119800.js Loading commit data...
regress-crbug-171715.js Loading commit data...
regress-crbug-222893.js Loading commit data...
regress-crbug-323936.js Loading commit data...
regress-crbug-387599.js Loading commit data...
regress-crbug-401915.js Loading commit data...
regress-crbug-405922.js Loading commit data...
regress-crbug-409614.js Loading commit data...
regress-crbug-424142.js Loading commit data...
regress-crbug-432493.js Loading commit data...
regress-crbug-465298.js Loading commit data...
regress-crbug-467180.js Loading commit data...
regress-crbug-481896.js Loading commit data...
regress-crbug-487289.js Loading commit data...
regress-crbug-491943.js Loading commit data...
regress-crbug-517592.js Loading commit data...
regress-crbug-568477-1.js Loading commit data...
regress-crbug-568477-2.js Loading commit data...
regress-crbug-568477-3.js Loading commit data...
regress-crbug-568477-4.js Loading commit data...
regress-crbug-582048.js Loading commit data...
regress-crbug-582051.js Loading commit data...
regress-crbug-605581.js Loading commit data...
regress-crbug-609046.js Loading commit data...
regress-crbug-621361.js Loading commit data...
regress-crbug-633999.js Loading commit data...
regress-debug-code-recompilation.js Loading commit data...
regress-debug-context-load.js Loading commit data...
regress-debug-deopt-while-recompile.js Loading commit data...
regress-frame-details-null-receiver.js Loading commit data...
regress-opt-after-debug-deopt.js Loading commit data...
regress-prepare-break-while-recompile.js Loading commit data...