• marja's avatar
    Include only stuff you need, part 8: Fix debug.h -> liveedit.h. · 51a3ffd9
    marja authored
    Rebuilding (after touching certain files) is crazy slow because
    includes are out of control.
    
    The (last remaining) offending include path is: ast.h <- liveedit.h <-
    debug.h <- src/x64/assembler-whatever-port-inl.h <-
    src/macro-assembler.h <- everything possible
    
    With this CL, the rebuild steps needed when touching ast-value-factory.h
    drops from 365 to 181.
    
    BUG=v8:5294
    TBR=bmeurer@chromium.org
    
    Review-Url: https://codereview.chromium.org/2316443002
    Cr-Commit-Position: refs/heads/master@{#39195}
    51a3ffd9
liveedit.h 12.3 KB