• Sven Panne's avatar
    Improved --trace-opt output a bit. · 50b7ca55
    Sven Panne authored
    This ensures that we always have a kind of "brace" around the actual compilation
    with --trace-opt. Previously this was coupled to --trace-hydrogen for
    Crankshaft, and there was no output at the start of the compilation for
    TurboFan.
    
    Removed redundant "[completed...]" output: Whenever the compilation was
    successful, we have already printed "[optimizing...took...]".
    
    Output total TurboFanning time with --trace-opt, too (basically as graph
    building time, this is rather arbitrary).
    
    R=bmeurer@chromium.org
    
    Review URL: https://codereview.chromium.org/819613002
    
    Cr-Commit-Position: refs/heads/master@{#25900}
    50b7ca55
compiler.cc 56.9 KB