Re: IMCC tracing, leaving subroutines
William Coleda <[EMAIL PROTECTED]> wrote: > After the returncc, is it possible to indicate what routine we are > returning into? Good idea. Implemented (location printing needs cleanup, so just a current hack). leo
IMCC tracing, leaving subroutines
Given IMC like: .sub main @MAIN $P1 = whee() print $P1 .end .sub whee $P2 = new PerlString $P2 = "leo\n" .return ($P2) .end We get a trace like: 0 set P16, PMC_C[2]- P16=PMCNULL, 3 set I0, 1- I0=0, 6 set I1, 0- I1=0, 9 set I2, 0- I2=0, 1