Ruby
2.0.0p645(2015-04-13revision50299)
Main Page
Modules
Data Structures
Files
File List
Globals
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
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
Generated on Thu Apr 30 2015 21:04:02 for Ruby by
1.8.8