In mro_get_linear_isa_c3() optimise even if AvARRAY(isa_lin) is NULL.
authorNicholas Clark <nick@ccl4.org>
Fri, 21 Aug 2009 08:40:03 +0000 (09:40 +0100)
committerNicholas Clark <nick@ccl4.org>
Fri, 21 Aug 2009 10:04:57 +0000 (11:04 +0100)
commita18d9f20d1de8843127a2b32b9d608c7d2a1b7b9
tree57afdf7c3d4f20bf96c37b834274e25721ac0337
parentb3ed409dee4fd31952bdcb9fa77d0e0c4e4516ab
In mro_get_linear_isa_c3() optimise even if AvARRAY(isa_lin) is NULL.

It can only be NULL if AvFILLp(isa_lin) is -1, and the code in the fast path
block will work cleanly in that case too.
ext/mro/mro.xs