diff options
author | Craig A. Berry <craigberry@mac.com> | 2007-05-19 01:00:15 +0000 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2007-05-19 01:00:15 +0000 |
commit | 70cd14a10b623c21342f84d4826106411378add8 (patch) | |
tree | 386bb0a793d7a265effe7ec2390084acba939c78 /hv.h | |
parent | 18b9e6f5b84f2d3457be2e55295072eec926f1d7 (diff) | |
download | perl-70cd14a10b623c21342f84d4826106411378add8.tar.gz |
Various mro updates from Brandon Black. References:
<84621a60705111347q40f9dd9ciefa9468e9ff9ca6c@mail.gmail.com>
<84621a60705121458i34ff361fh9166e8558781df41@mail.gmail.com>
<84621a60705141111q70ed307r9181dfc2834a8f5c@mail.gmail.com>
<84621a60705160937h53946fcfg70635908302724e8@mail.gmail.com>
p4raw-id: //depot/perl@31239
Diffstat (limited to 'hv.h')
-rw-r--r-- | hv.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -51,6 +51,7 @@ struct mro_meta { AV *mro_linear_c3; /* cached c3 @ISA linearization */ HV *mro_nextmethod; /* next::method caching */ U32 cache_gen; /* Bumping this invalidates our method cache */ + U32 pkg_gen; /* Bumps when local methods/@ISA change */ mro_alg mro_which; /* which mro alg is in use? */ }; |