This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
test that code within /(?{})/ etc is optimised
[perl5.git] / opcode.h
index f4946c2..217cb56 100644 (file)
--- a/opcode.h
+++ b/opcode.h
@@ -1362,7 +1362,7 @@ EXT Perl_check_t PL_check[] /* or perlvars.h */
        Perl_ck_defined,        /* defined */
        Perl_ck_fun,            /* undef */
        Perl_ck_fun,            /* study */
-       Perl_ck_lfun,           /* pos */
+       Perl_ck_fun,            /* pos */
        Perl_ck_lfun,           /* preinc */
        Perl_ck_lfun,           /* i_preinc */
        Perl_ck_lfun,           /* predec */
@@ -1748,7 +1748,7 @@ EXTCONST U32 PL_opargs[] = {
        0x00009b84,     /* defined */
        0x0000fb04,     /* undef */
        0x00009b84,     /* study */
-       0x00009b8c,     /* pos */
+       0x0000fb8c,     /* pos */
        0x00001164,     /* preinc */
        0x00001144,     /* i_preinc */
        0x00001164,     /* predec */
@@ -1764,7 +1764,7 @@ EXTCONST U32 PL_opargs[] = {
        0x0001121e,     /* i_divide */
        0x0001123e,     /* modulo */
        0x0001121e,     /* i_modulo */
-       0x00012209,     /* repeat */
+       0x0001220b,     /* repeat */
        0x0001123e,     /* add */
        0x0001121e,     /* i_add */
        0x0001123e,     /* subtract */