Perl / perl5

🐪 The Perl programming language
https://dev.perl.org/perl5/
Other
1.95k stars 554 forks source link

Enable removing most of mathoms.c and stub functions #22691

Open khwilliamson opened 14 hours ago

khwilliamson commented 14 hours ago

It turns out to be pretty simple to extend embed.pl to allow macros to be easily created to replace stub functions that clutter up various of our source files. This commit does that and then uses it to replace half a dozen-ish functions of various forms.

Usually these functions are called only by someone using the long name, and for those people, it's slower. By making them macros, there's no overhead, and the binary is simplified.