summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorChip Salzenberg <chip@pobox.com>1999-07-22 09:43:36 -0400
committerGurusamy Sarathy <gsar@cpan.org>1999-07-26 11:03:07 +0000
commitf5d5a27c761624409884a263632e1a922439502b (patch)
treec60b2eb2941b78a30c58667c88e3e27b071a5417 /embed.pl
parentfad39ff13c300fe483c6155ea2883280e12fc89c (diff)
downloadperl-f5d5a27c761624409884a263632e1a922439502b.tar.gz
optimize method name lookup
Message-ID: <19990722134336.Q391@perlsupport.com> Subject: [PATCH] OP_METHOD_NAMED p4raw-id: //depot/perl@3768
Diffstat (limited to 'embed.pl')
-rwxr-xr-xembed.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/embed.pl b/embed.pl
index 915a2f6a3c..726554e4af 100755
--- a/embed.pl
+++ b/embed.pl
@@ -1872,6 +1872,7 @@ s |void |qsortsv |SV ** array|size_t num_elts|SVCOMPARE_t f
#if defined(PERL_IN_PP_HOT_C) || defined(PERL_DECL_PROT)
s |CV* |get_db_sub |SV **svp|CV *cv
+s |SV* |method_common |SV* meth|U32* hashp
#endif
#if defined(PERL_IN_PP_SYS_C) || defined(PERL_DECL_PROT)