On Sat, Jun 03, 2006 at 08:29:09PM -0700, Scott Wang wrote:
> Thanks!...Scott
Does this mean everything is working OK for you?
"Deep recursion on subroutine" is just a warning, though Devel::Cover
seems to tickle it through B::Deparse fairly regularly. I'll try to do
something about that one way or another.
B::Deparse is used to display the code used in branches and conditions,
and also as a handy tool for walking through a complete optree doing
stuff at each op.
With respect to "cover" using a lot of memory, yes, I'm afraid that
could happen with large databases. The reason is that the database is
read into a perl data structure. (The "database" is really little more
than a Storable dump of a Devel::Cover::DB object.) I'm afraid that the
pragmatic approach its probably to throw RAM at the hardware.
--
Paul Johnson - paul@xxxxxxxx
http://www.pjcj.net
|