Skip to content

Optimize static final fields #16

Open
@dzagieboylo

Description

@dzagieboylo

From @gharrma on May 10, 2018 21:39

Initialize constant static fields at compile time where possible, and don't bother doing class initialization (when these fields are accessed) if they are also final (JLS 12.4.1).

Copied from original issue: gharrma/polyllvm#52

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions