Build the isa cache from any linear ISA, rather than forcing the use
authorNicholas Clark <nick@ccl4.org>
Fri, 12 Sep 2008 09:25:55 +0000 (09:25 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 12 Sep 2008 09:25:55 +0000 (09:25 +0000)
commit6e4aef591331d48363634d9ad4a01d6c6b5f5577
tree05af6b3137bd0f80e535f9f3f2a468126ef514b2
parent5782d502273e5b6d06607ebe625248c4c102d93b
Build the isa cache from any linear ISA, rather than forcing the use
of dfs. This avoids calling dfs on a C3 class (and all its parents),
which won't break anything, but is more work than is needed.

p4raw-id: //depot/perl@34356
mro.c