Ruby
2.7.6p219 (2022-04-12 revision c9c2245c0a25176072e02db9254f0e0c84c805cd)
defs
opt_insn_unif.def
Go to the documentation of this file.
1
#
2
# a definition of instruction unification
3
#
4
#
5
6
__END__
7
8
putobject putobject
9
putobject putstring
10
putobject setlocal
11
12
putstring putstring
13
putstring putobject
14
putstring setlocal
15
16
# putnil end
17
18
dup setlocal
19
20
# from tarai
21
getlocal getlocal
22
# getlocal send
23
24
# from tak, ackermann
25
getlocal putobject
26
27
Generated by
1.9.2