(linenum→info "unix/slp.c:2238")

ruby/1.9.0/opt_insn_unif.def

    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: 
Syntax (Markdown)