Ruby  2.0.0p247(2013-06-27revision41674)
defs/opt_insn_unif.def
Go to the documentation of this file.
00001 #
00002 # a definition of instruction unification
00003 #
00004 #
00005 
00006 __END__
00007 
00008 putobject putobject
00009 putobject putstring
00010 putobject setlocal
00011 putobject setdynamic
00012 
00013 putstring putstring
00014 putstring putobject
00015 putstring setlocal
00016 putstring setdynamic
00017 
00018 # putnil end
00019 
00020 dup setlocal
00021 
00022 # from tarai
00023 getlocal getlocal
00024 # getlocal send
00025 
00026 # from tak, ackermann
00027 getlocal putobject
00028 
00029 
00030