Skip to content

More efficient filtering of formal params for block slicing #160

Description

@KatGarmash

One could filter them out at the stage of general_statements computation

Somwhere here:

general_statements = sorted((
            statement
            for statement in statements_in_scope
            if statement in manager.general_statements),
            key=lambda x: (x.start_point, -x.end_point))

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

optimizationsome kind of refactoring that will increase computational complexity

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions