Skip to content

Compute const array literal in compile time #90

@someone235

Description

@someone235

e.g.
int[] x = [1,2,3]

Should not be compiled to 0x0000000000000001 0x0000000000000002 OpCat 0x0000000000000003 OpCat

But into 0x000000000000000100000000000000020000000000000003

Metadata

Metadata

Assignees

No one assigned

    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