Skip to content

Inliner: limit the length of local variable names #48

Closed
@lrytz

Description

@lrytz

after inlining, local variable debug info is copied into the target method. the variable names are prefixed with the originating method's name, e.g., assert_assertion when inlining assert.

In chains of inlining, the name of every intermediate method is prepended. Cut off at a maximum size.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions