Skip to content

Actively remove dead expressions in generated programs #46

@kenje4090

Description

@kenje4090

we should detect "dead code" which is code that writes variables that are never used
and then successively remove them

if a variable is set, then only used by expressions going into variables that are never used
then that variable is also a "Dead" variable. and can be replaced with a NOP

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