Skip to content

inline #6

Closed
Closed
@blooddy

Description

@blooddy

Is it possible to add support for inline functions and constants?

An example of code

const pos:i32 = 10;
store<i32>( pos + 10, 10 );

That should be optimized to

store<i32>( 20, 10 );

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