diff options
author | Dave Mitchell <davem@fdisolutions.com> | 2004-02-22 15:43:53 +0000 |
---|---|---|
committer | Dave Mitchell <davem@fdisolutions.com> | 2004-02-22 15:43:53 +0000 |
commit | 6a077020aea1c5f03f401226b0a81b82d07f7761 (patch) | |
tree | f452588b5ff0db276d9abdd3a24672589abec36d /op.h | |
parent | a86913efefc35c0a72f21e0107dd9b774e046907 (diff) | |
download | perl-6a077020aea1c5f03f401226b0a81b82d07f7761.tar.gz |
Extend OP_AELEMFAST optimisation to lexical arrays
p4raw-id: //depot/perl@22357
Diffstat (limited to 'op.h')
-rw-r--r-- | op.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -108,6 +108,7 @@ Deprecated. Use C<GIMME_V> instead. /* On RV2[SG]V, don't create GV--in defined()*/ /* On OP_DBSTATE, indicates breakpoint * (runtime property) */ + /* On OP_AELEMFAST, indiciates pad var */ /* old names; don't use in new code, but don't break them, either */ #define OPf_LIST OPf_WANT_LIST |