diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-08-08 23:38:14 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-08-14 12:53:36 -0700 |
commit | be1b855bbb2f62dad5aa5efb8dc5bce980ad4086 (patch) | |
tree | 25b4a0adfe9d21d63179837e35a7e6f30cb23b27 /mpeix | |
parent | 6f9f564c230503d37f06f18407442c68cef573db (diff) | |
download | perl-be1b855bbb2f62dad5aa5efb8dc5bce980ad4086.tar.gz |
Change core_prototype to take a keyword num
This refactoring requires the caller to provide the keyword
number to core_prototype. Consequently, it speeds up the code in
gv.c:gv_fetchpvn_flags by allowing it to avoid an extra call to
keyword().
This takes the place of the len parameter, which is no longer used.
It used to be used only as an argument to keyword(). Since the code
that uses strEQ is only reached if the keyword has already been veri-
fied by keyword(), the name simply cannot have embedded nulls, so len
is not necessary.
Diffstat (limited to 'mpeix')
0 files changed, 0 insertions, 0 deletions