This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
optimize method name lookup
[perl5.git]
/
opcode.pl
diff --git
a/opcode.pl
b/opcode.pl
index
f2b876d
..
c26dab8
100755
(executable)
--- a/
opcode.pl
+++ b/
opcode.pl
@@
-535,7
+535,7
@@
cond_expr conditional expression ck_null d|
andassign logical and assignment ck_null s|
orassign logical or assignment ck_null s|
andassign logical and assignment ck_null s|
orassign logical or assignment ck_null s|
-method method lookup ck_
null
d1
+method method lookup ck_
method
d1
entersub subroutine entry ck_subr dmt1 L
leavesub subroutine exit ck_null 1
caller caller ck_fun t% S?
entersub subroutine entry ck_subr dmt1 L
leavesub subroutine exit ck_null 1
caller caller ck_fun t% S?
@@
-781,3
+781,4
@@
threadsv per-thread variable ck_null ds0
# Control (contd.)
setstate set statement info ck_null s;
# Control (contd.)
setstate set statement info ck_null s;
+method_named method with known name ck_null d$