Refactor Perl_get_vtbl() to a small array lookup from a large switch statement.
authorNicholas Clark <nick@ccl4.org>
Fri, 13 May 2011 20:21:49 +0000 (21:21 +0100)
committerNicholas Clark <nick@ccl4.org>
Sat, 11 Jun 2011 08:12:19 +0000 (10:12 +0200)
commitc7fdacb978df1723dbbd70b5517ff77db208a23e
tree4060de2a609f4cf76b76edbc5b8cc86d9c77de7b
parent406700cc2c30076030b511780fa9f662c8bfec20
Refactor Perl_get_vtbl() to a small array lookup from a large switch statement.

Provide magic_vtable_max, the number of elements in PL_magic_vtables[].
mg_vtable.h
regen/mg_vtable.pl
util.c