• Leszek Swirski's avatar
    Reland^5 "[parser] Introduce UnoptimizedCompileFlags" · a3228bfc
    Leszek Swirski authored
    This is a reland of e1b93a4f
    which was a reland of 313d4844
    which was a reland of 0a59e0cb
    which was a reland of 146f5375
    which was a reland of d91679bf
    
    Give up on using C++ bitfields, go back to having base::BitField and
    getters/setters.
    
    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}
    
    TBR=ulan@chromium.org,szuend@chromium.org
    
    Bug: v8:10314
    Change-Id: I54bcd107a0e85cf1a2ddeef0759100547eb65652
    Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2157378Reviewed-by: 's avatarLeszek Swirski <leszeks@chromium.org>
    Reviewed-by: 's avatarRoss McIlroy <rmcilroy@chromium.org>
    Commit-Queue: Leszek Swirski <leszeks@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#67309}
    a3228bfc
Name
Last commit
Last update
..
OWNERS Loading commit data...
ast-function-literal-id-reindexer.cc Loading commit data...
ast-function-literal-id-reindexer.h Loading commit data...
ast-source-ranges.h Loading commit data...
ast-traversal-visitor.h Loading commit data...
ast-value-factory.cc Loading commit data...
ast-value-factory.h Loading commit data...
ast.cc Loading commit data...
ast.h Loading commit data...
modules.cc Loading commit data...
modules.h Loading commit data...
prettyprinter.cc Loading commit data...
prettyprinter.h Loading commit data...
scopes.cc Loading commit data...
scopes.h Loading commit data...
source-range-ast-visitor.cc Loading commit data...
source-range-ast-visitor.h Loading commit data...
variables.cc Loading commit data...
variables.h Loading commit data...