• Leszek Swirski's avatar
    Reland "[parser] Introduce UnoptimizedCompileFlags" · 146f5375
    Leszek Swirski authored
    This is a reland of d91679bf
    
    This reland adds initializers for the output flags.
    
    Original change's description:
    > [parser] Introduce UnoptimizedCompileFlags
    >
    > UnoptimizedCompileFlags defines the input flags shared between parse and
    > compile (currently parse-only). It is set initially with some values, and
    > is immutable after being passed to ParseInfo (ParseInfo still has getters
    > for the fields, but no setters).
    >
    > Since a few of the existing flags were output flags, ParseInfo now has a
    > new output_flags field, which will eventually migrate to a ParseOutputs
    > structure.
    >
    > Bug: v8:10314
    > Change-Id: If3890a5fad883bca80a97bf9dfe44d91797dc286
    > Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2096580
    > Commit-Queue: Leszek Swirski <leszeks@chromium.org>
    > Reviewed-by: Ulan Degenbaev <ulan@chromium.org>
    > Reviewed-by: Simon Zünd <szuend@chromium.org>
    > Reviewed-by: Ross McIlroy <rmcilroy@chromium.org>
    > Cr-Commit-Position: refs/heads/master@{#66782}
    
    Bug: v8:10314
    Change-Id: Ibade9658d99fa928709b3d56762c4c002ffff0dc
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2111213
    Commit-Queue: Leszek Swirski <leszeks@chromium.org>
    Reviewed-by: 's avatarSimon Zünd <szuend@chromium.org>
    Reviewed-by: 's avatarRoss McIlroy <rmcilroy@chromium.org>
    Reviewed-by: 's avatarUlan Degenbaev <ulan@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#67241}
    146f5375
debug-scopes.h 5.09 KB