Skip to content

Integrate uniqueness checker within Kotlin's compiler infrastructure #67

@paganma

Description

The current implementation of the uniqueness checker employs a custom dataflow analysis to infer the uniqueness of the local paths in the program. It would be better to switch to the compiler's built-in CfgTraverser to compute this. In addition to this, the inferred uniqueness types should be stored within a SessionComponent so that it may be accessed at later stages without re-running the whole analysis.

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions