Closed
Description
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.