Skip to content

Correctly transpose variables accessed outside their reference scope #106

@samestep

Description

@samestep

As of #98, rose-transpose assumes that no variable defined between an accum and its resolve later gets accessed after that resolve, but it also produces code that violates this assumption by saving those as intermediate values. In the short term, it may be possible to simply avoid generating such code, but really, transposition should work correctly without that assumption.

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