• mstarzinger's avatar
    [turbofan] Allow inlining into BytecodeGraphBuilder graph. · a4005907
    mstarzinger authored
    This is a first implementation of inlining into graphs that have been
    created using the {BytecodeGraphBuilder}. Note that inlining sticks to
    graphs of the same kind, we only ever inline AstGraph into AstGraph or
    BytecodeGraph into BytecodeGraph, no mixed inlining.
    
    R=bmeurer@chromium.org,rmcilroy@chromium.org
    TEST=cctest/test-run-inlining
    BUG=v8:5251
    
    Review-Url: https://codereview.chromium.org/2262033003
    Cr-Commit-Position: refs/heads/master@{#39439}
    a4005907
pipeline.cc 68 KB