develooper Front page | perl.perl5.porters | Postings from January 2003

Re: change #9754: 5 x slowdown for perl -d

From:
Dave Mitchell
Date:
January 20, 2003 10:54
Subject:
Re: change #9754: 5 x slowdown for perl -d
Message ID:
20030120185102.A28899@fdgroup.com
I think I now know what's happening (at least mostly).

perl5db.pl uses the magic typeglob PL_DBline (aka DB::dbline) to
set breakpoints.

The magic for this typeglob calls Perl_magic_setdbline, which
sets op_private of the COP associated with the breakpoint to 1 or 0
as appropriate.

Im not sure where the value 2 comes into play, though.

-- 
That he said that that that that is is is debatable, is debatable.



nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About