Skip to content

Optimisation: WRAM access with GlobalSymbol + Offset #5

Open
@JordiChauzi

Description

@JordiChauzi

Memory access to GlobalAddress + Immediate Offset can be optimised (by using Immediate expressions to wrap the GlobalAddress + Immediate Offset, which will be handled by the linker).

See this example where we could remove the move instruction and have this load instruction: lw r21, zero, my_table + 4

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