Skip to content

Experiment with removing originalKeywordKind from every Identifier #51496

Description

In our factories, every Identifier has an unconditional assignment to originalKeywordKind. This feels wasteful, but it's at the expense of reducing polymorphism. As an experiment, we should see

  1. Whether we can conditionally set it at no cost, or
  2. Whether we can just remove it entirely, computing the necessary information on the fly.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions