Skip to content

Experiment with removing originalKeywordKind from every Identifier #51496

Closed
@DanielRosenwasser

Description

@DanielRosenwasser

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.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions