public InstructionStream(ProtoCore.Language langId, ProtoCore.Core core)
 {
     language        = langId;
     entrypoint      = Constants.kInvalidIndex;
     instrList       = new List <Instruction>();
     dependencyGraph = new ProtoCore.AssociativeGraph.DependencyGraph(core);
     xUpdateList     = new List <AssociativeGraph.UpdateNodeRef>();
 }
Ejemplo n.º 2
0
 public InstructionStream(ProtoCore.Language langId, ProtoCore.Core core)
 {
     language = langId;
     entrypoint = Constants.kInvalidIndex;
     instrList = new List<Instruction>();
     dependencyGraph = new ProtoCore.AssociativeGraph.DependencyGraph(core);
     xUpdateList = new List<AssociativeGraph.UpdateNodeRef>();
 }