Front page | perl.perl5.porters |
Postings from August 2010
Runtime hinthash from XS
From:
Ben Morrow
Date:
August 22, 2010 10:00
Subject:
Runtime hinthash from XS
Message ID:
20100822165608.GA94260@osiris.mauzo.dyndns.org
What's the recommended way to get at the runtime hinthash values for
your caller from XS (other than eval_pv("(caller N)[10]"))?
refcounted_he_fetch is not API (and shouldn't be), but there doesn't
seem to be any other way. Do we need a new API for this, or am I missing
something?
Ben
-
Runtime hinthash from XS
by Ben Morrow