Skip to content

Closures should copy referenced const values to avoid expensive frame traversal #62

Open
@KCreate

Description

@KCreate
  • Potential issue

    • Functions and classes can access their own declaration.
      That declaration isn't initialized by the time the function / class accesses it
  • Can be implemented via compiler pass initializing local constant declarations of outside referenced constants

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions