Ruby  2.0.0p648(2015-12-16revision53162)
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 putobject setdynamic
12 
13 putstring putstring
14 putstring putobject
15 putstring setlocal
16 putstring setdynamic
17 
18 # putnil end
19 
20 dup setlocal
21 
22 # from tarai
23 getlocal getlocal
24 # getlocal send
25 
26 # from tak, ackermann
27 getlocal putobject
28 
29