Skip to content

Prevent optimizing out a map #84

Description

Is your feature request related to a problem? Please describe.

If a map is not being used, it is optimized out by the compiler. This creates problems elsewhere in the development chain, for example when linking maps (see issue #83 ).

Describe the solution you'd like

The preferred solution would be to raise an error if a map is declared but not used.
Another acceptable solution would be to allocate a map and silently ignore that it is not being used.

Activity

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

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions