This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
gv.c:require_tie_mod: Make var name a char param
authorFather Chrysostomos <sprout@cpan.org>
Fri, 12 Aug 2016 15:37:37 +0000 (08:37 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 12 Aug 2016 15:39:46 +0000 (08:39 -0700)
commitee33cc1af47fcf535fa762422a110c2782c45935
treea630a688115843d34aae9f310118dfe8c389a58d
parentbeb162121766004ac91b7bcb84a59a1402fe1634
gv.c:require_tie_mod: Make var name a char param

This reduces machine code size a little and simplifies
require_tie_mod.

On a non-debugging Linux GCC build with -O2:

Before:
$ ls -l gv.o
-rw-r--r-- 1 sprout p5p 88704 Aug 12 07:29 gv.o

After:
$ ls -l gv.o
-rw-r--r-- 1 sprout p5p 88656 Aug 12 17:29 gv.o
embed.fnc
gv.c
proto.h