• Jakob Gruber's avatar
    [maglev] Basic tiering to Maglev · 123c38a5
    Jakob Gruber authored
    When --maglev is set, tier up to Maglev from unoptimized tiers based on
    --interrupt-budget-for-maglev, initially set to 40KB (which should very
    roughly by 1/10th of the time until the TF tierup decision is made).
    On the first interrupt, a non-concurrent optimization to Maglev is
    requested, which the next call to the marked function will perform.
    
    - There is no support for tiering from Maglev to TF yet.
    - Maglev's language support is minimal and tests are not expected to
      pass with --maglev.
    - Disable --maglev by default for now.
    
    Drive-by: fixes related to Maglev flag definitions.
    
    Bug: v8:7700
    Change-Id: I121bb3f4f3830fdd20e1d4a12d3e04f08a99be38
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3500302Reviewed-by: 's avatarLeszek Swirski <leszeks@chromium.org>
    Commit-Queue: Jakob Gruber <jgruber@chromium.org>
    Cr-Commit-Position: refs/heads/main@{#79328}
    123c38a5
Name
Last commit
Last update
..
DEPS Loading commit data...
OWNERS Loading commit data...
maglev-basic-block.h Loading commit data...
maglev-code-gen-state.h Loading commit data...
maglev-code-generator.cc Loading commit data...
maglev-code-generator.h Loading commit data...
maglev-compilation-data.cc Loading commit data...
maglev-compilation-data.h Loading commit data...
maglev-compiler.cc Loading commit data...
maglev-compiler.h Loading commit data...
maglev-graph-builder.cc Loading commit data...
maglev-graph-builder.h Loading commit data...
maglev-graph-labeller.h Loading commit data...
maglev-graph-printer.cc Loading commit data...
maglev-graph-printer.h Loading commit data...
maglev-graph-processor.h Loading commit data...
maglev-graph.h Loading commit data...
maglev-interpreter-frame-state.h Loading commit data...
maglev-ir.cc Loading commit data...
maglev-ir.h Loading commit data...
maglev-regalloc-data.h Loading commit data...
maglev-regalloc.cc Loading commit data...
maglev-regalloc.h Loading commit data...
maglev-register-frame-array.h Loading commit data...
maglev-vreg-allocator.h Loading commit data...
maglev.cc Loading commit data...
maglev.h Loading commit data...