diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-10-08 16:13:38 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-10-08 16:58:10 +0100 |
commit | 379a89070cf5bdcfa33b12551d2c9ef0a3e11418 (patch) | |
tree | cb9b0b65bb4e6d39f6ab346c09997551637e148f /global.sym | |
parent | 88c4b02d8afbe13e65dd6f677f5056354ec301cb (diff) | |
download | perl-379a89070cf5bdcfa33b12551d2c9ef0a3e11418.tar.gz |
Convert the implementation of XS_APIVERSION_BOOTCHECK to a function.
The previous macro generated over .5K of object code. This is in every shared
object, and is only called once. Hence this change increases the perl binary
by about .5K (once), to save .5K for every XS module loaded.
Diffstat (limited to 'global.sym')
-rw-r--r-- | global.sym | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/global.sym b/global.sym index a429d93529..203affb52c 100644 --- a/global.sym +++ b/global.sym @@ -742,6 +742,7 @@ Perl_warn Perl_warn_sv Perl_warner Perl_whichsig +Perl_xs_apiversion_bootcheck Perl_xs_version_bootcheck Perl_yylex Perl_utf8n_to_uvchr |