diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-06-13 16:25:53 +0200 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-06-13 16:25:53 +0200 |
commit | f4adce6b773b2b6071e0d1627f4dce6ec0c3caa7 (patch) | |
tree | c61960499dde384574634e2800cc162d2d657900 /embed.fnc | |
parent | 74f0b5509afd269c59f1396fde551295bbeec7d5 (diff) | |
download | perl-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.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |