summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2010-06-13 16:25:53 +0200
committerNicholas Clark <nick@ccl4.org>2010-06-13 16:25:53 +0200
commitf4adce6b773b2b6071e0d1627f4dce6ec0c3caa7 (patch)
treec61960499dde384574634e2800cc162d2d657900 /embed.fnc
parent74f0b5509afd269c59f1396fde551295bbeec7d5 (diff)
downloadperl-f4adce6b773b2b6071e0d1627f4dce6ec0c3caa7.tar.gz
Merge flags and argc parameters to S_tied_handle_method().
This generates slightly smaller object code overall, which means that the "hot" code (the non-overloaded paths through the ops) will be smaller, and hence more likely to stay in the CPU cache.
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index d22f2f65e3..e9287ea482 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1718,7 +1718,7 @@ sR |int |dooneliner |NN const char *cmd|NN const char *filename
s |SV * |space_join_names_mortal|NN char *const *array
so |OP * |tied_handle_method|NN const char *const methname|NN SV **sp \
|NN IO *const io|NN MAGIC *const mg \
- |const U32 flags|unsigned int argc|...
+ |const U32 flags|...
#endif
#if defined(PERL_IN_REGCOMP_C) || defined(PERL_DECL_PROT)