This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
805b101
)
ameliorate B::Deparse slowdown
author
David Mitchell
<davem@iabyn.com>
Wed, 12 Aug 2009 00:01:34 +0000
(
01:01
+0100)
committer
David Mitchell
<davem@iabyn.com>
Wed, 12 Aug 2009 00:08:13 +0000
(
01:08
+0100)
commit
2990415a45
improved the ability to deparse inlined constants,
but at the cost of having to walk all the symbol tables when each new
B::Deparse object is created. Make this scan instead only happen the first
time its needed.
No differences found