Open rurban opened 9 years ago
We determined that mro/isarev.t was not something B::C should be concerned with. In the case above, simply adding sub a fixed the problem.
See 8a3f46eddfa87d53df1e95d5d76073239412807b
For now HEK is still dynamic, but I fixed the assertions with 95d488a8dcc0c7a2ccb144e091f9e972cb42b733 and 1fa99b05d9a3be341edf158e5f089e270e71b1fd
static hek's would allow much faster startup, and use less memory.
struct padname_with_str
hack.hv.h has since 5.8.4 at least
HVhek_FREEKEY
which is enough. We most likely won't need a newHVhek_STATIC
flag. See https://github.com/perl11/cperl/issues/73This error below was a refcount problem, which is now fixed: