This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Tweak multiple nextstate optimisation further
[perl5.git] / opnames.h
index 5125e16..de230b5 100644 (file)
--- a/opnames.h
+++ b/opnames.h
@@ -395,10 +395,12 @@ typedef enum opcode {
        OP_PADRANGE      = 378,
        OP_REFASSIGN     = 379,
        OP_LVREF         = 380,
+       OP_LVREFSLICE    = 381,
+       OP_LVAVREF       = 382,
        OP_max          
 } opcode;
 
-#define MAXO 381
+#define MAXO 383
 #define OP_FREED MAXO
 
 /* the OP_IS_* macros are optimized to a simple range check because