diff options
author | Ilya Zakharevich <ilya@math.berkeley.edu> | 2000-12-15 00:26:57 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-12-15 15:38:30 +0000 |
commit | 32251b26ec0781f53d9925938cad5bd9e89c80f2 (patch) | |
tree | b4e269ef285eacd12a1e4b19ce557bccc7c14590 /proto.h | |
parent | 89ffc314668a83ba2b452e1498a0e37c4453876e (diff) | |
download | perl-32251b26ec0781f53d9925938cad5bd9e89c80f2.tar.gz |
speeding up object creation/destruction 4x times
Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
p4raw-id: //depot/perl@8131
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -58,6 +58,7 @@ START_EXTERN_C # include "pp_proto.h" PERL_CALLCONV SV* Perl_amagic_call(pTHX_ SV* left, SV* right, int method, int dir); PERL_CALLCONV bool Perl_Gv_AMupdate(pTHX_ HV* stash); +PERL_CALLCONV CV* Perl_gv_handler(pTHX_ HV* stash, I32 id); PERL_CALLCONV OP* Perl_append_elem(pTHX_ I32 optype, OP* head, OP* tail); PERL_CALLCONV OP* Perl_append_list(pTHX_ I32 optype, LISTOP* first, LISTOP* last); PERL_CALLCONV I32 Perl_apply(pTHX_ I32 type, SV** mark, SV** sp); |