InPerl_boot_core_UNIVERSAL() use a data structure for calls to newXS{,proto}
authorNicholas Clark <nick@ccl4.org>
Tue, 5 Jan 2010 13:06:52 +0000 (13:06 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 28 May 2010 08:44:57 +0000 (09:44 +0100)
commiteff5b9d539e47421a784cb6a5fa9366c6522a4eb
tree20dc2eff31cd04ca658efe914ca4efd0da5d5b08
parentdc1f0c2041dab5a98af69338d1fa501b5e90ac70
InPerl_boot_core_UNIVERSAL() use a data structure for calls to newXS{,proto}

Replacing the longhand list of calls to newXS{,proto} with loop over a data
structure reduces the object size by over 1K.
universal.c