Ruby 3.5.0dev (2025-04-11 revision 0a35c5b4d9add69251590e3902a5d861df49e142)
opt_insn_unif.def
1#
2# a definition of instruction unification
3#
4#
5
6__END__
7
8putobject putobject
9putobject putstring
10putobject setlocal
11
12putstring putstring
13putstring putobject
14putstring setlocal
15
16# putnil end
17
18dup setlocal
19
20# from tarai
21getlocal getlocal
22# getlocal send
23
24# from tak, ackermann
25getlocal putobject
26
27