Skip to content

check LocalVariableNode.signature to avoid creating Locals with unknown Type #635

@swissiety

Description

@swissiety

maybe we can avoid creating Locals with unknown type (sometimes):
LocalVariableNode has a member: signature where we could get type information? (currently we don't)

Location: AsmMethodSource.determineLocalName(int idx) and the method where its we create the actual Local with UnknownType but the name from determineName(..)

Metadata

Metadata

Assignees

No one assigned

    Labels

    improvementnew feature, improve in readability, structure or performance

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions