Package erjang.beam.repr.Insn

Examples of erjang.beam.repr.Insn.ILI


              }
              break;
            }

            case call_last: {
              ILI cl = (Insn.ILI) insn;
              boolean is_self_call = cl.label.nr == startLabel; 
              self.may_return_tail_marker |= !is_self_call;
              FunInfo target = get(cl.label);
             
              BuiltInFunction bif =
View Full Code Here

TOP

Related Classes of erjang.beam.repr.Insn.ILI

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.