Skip to content

Investigate representation issues for enum-like types #301

Open
@jasoncarr0

Description

@jasoncarr0

It was noticed with type spliting #285 that there was a performance penalty for boolean-like types that were changed to another type. A very naiive translation to Word32's was able to improve their performance when split-types-bool always was enabled, indicating that there may be some cost to the current representation (such as their size, or perhaps bit order).

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions