• mstarzinger's avatar
    [turbofan] Graph building is independent of closure. · fc241b90
    mstarzinger authored
    This changes the BytecodeGraphBuilder interface to make the fact that
    graph construction is independent of a closure explicit. A valid graph
    can be constructed by providing only the pair of statically known values
    for SharedFunctionInfo and TypeFeedbackVector. This is in preparation of
    inlining based on the SharedFunctionInfo.
    
    R=jarin@chromium.org
    BUG=v8:2206
    
    Review-Url: https://codereview.chromium.org/2626623002
    Cr-Commit-Position: refs/heads/master@{#42224}
    fc241b90
bytecode-graph-builder.cc 85.5 KB