Skip to content

Writes to global variables incorrectly eliminated #279

@cardillan

Description

@cardillan

Writes to global variables may be incorrectly eliminated by the Data Flow Optimization.

The issue only affects a sufficiently complex code, so no short example can be given at the moment.

To fix the issue, DFO will not eliminate writes to global variables at all. This removes some global variable optimizations that were available before. This is a new issue that will be resolved separately.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingoptimizerRelated to the code optimizer

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions