I'm profiling my (now fixed) Regexp::Approx - Use fuzzy regular expressions module with Devel::DProf and I get these "$foo has $bar unstacked calls in outer" warnings. What do they mean and should I be concerned?

$ /home/josh/perl5.8.1/bin/dprofpp -R -I -p app
cau[teriz]e radios[teril]ize File::Glob::AUTOLOAD has -5 unstacked calls in outer Exporter::Heavy::heavy_export has 2 unstacked calls in outer Storable::freeze has 1 unstacked calls in outer Exporter::export has -2 unstacked calls in outer AutoLoader::AUTOLOAD has -2 unstacked calls in outer Storable::_freeze has 1 unstacked calls in outer File::Glob::GLOB_BRACE has 1 unstacked calls in outer File::Glob::GLOB_ALPHASORT has 1 unstacked calls in outer File::Glob::GLOB_QUOTE has 1 unstacked calls in outer File::Glob::GLOB_TILDE has 1 unstacked calls in outer File::Glob::GLOB_NOMAGIC has 1 unstacked calls in outer POSIX::load_imports has 1 unstacked calls in outer POSIX::AUTOLOAD has -1 unstacked calls in outer Total Elapsed Time = 28.79804 Seconds User+System Time = 6.748043 Seconds Inclusive Times %Time ExclSec CumulS #Calls sec/call Csec/c Name 84.7 1.994 5.721 3309 0.0006 0.0017 Regexp::Approx::rmatch 31.9 2.158 2.158 3309 0.0007 0.0007 Regexp::Approx::_read_msg 23.2 1.568 1.568 3310 0.0005 0.0005 Regexp::Approx::_send_msg

In reply to Devel::DProf's "unstacked calls in outer" warning? by diotalevi

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.