/[ascend]/trunk/ascend/compiler/instantiate.c
ViewVC logotype

Diff of /trunk/ascend/compiler/instantiate.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2044 by jpye, Wed Apr 29 03:38:10 2009 UTC revision 2045 by jpye, Sun Jun 14 03:14:26 2009 UTC
# Line 11521  void Pass2ProcessPendingInstancesAnon(st Line 11521  void Pass2ProcessPendingInstancesAnon(st
11521  #if TIMECOMPILER  #if TIMECOMPILER
11522    clock_t start,classt;    clock_t start,classt;
11523  #endif  #endif
11524    /* CONSOLE_DEBUG("..."); */    CONSOLE_DEBUG("...");
11525    
11526    /* pending will have at least one instance, or quick return. */    /* pending will have at least one instance, or quick return. */
11527    asc_assert(PASS2MAXNUMBER==1);    asc_assert(PASS2MAXNUMBER==1);
# Line 12171  void Pass3SetLogRelBits(struct Instance Line 12171  void Pass3SetLogRelBits(struct Instance
12171  static struct Instance *Pass2InstantiateModel(struct Instance *result,  static struct Instance *Pass2InstantiateModel(struct Instance *result,
12172          unsigned long *pcount          unsigned long *pcount
12173  ){  ){
12174    /* CONSOLE_DEBUG("starting..."); */    CONSOLE_DEBUG("starting...");
12175    /* do we need a ForTable on the stack here? don't think so. np2ppi does it */    /* do we need a ForTable on the stack here? don't think so. np2ppi does it */
12176    if (result!=NULL) {    if (result!=NULL) {
12177      /* CONSOLE_DEBUG("result!=NULL..."); */      /* CONSOLE_DEBUG("result!=NULL..."); */
# Line 12358  struct Instance *NewInstantiateModel(str Line 12358  struct Instance *NewInstantiateModel(str
12358    clock_t start, phase1t,phase2t,phase3t,phase4t,phase5t;    clock_t start, phase1t,phase2t,phase3t,phase4t,phase5t;
12359  #endif  #endif
12360    
12361      CONSOLE_DEBUG("starting...");
12362    
12363    pass1pendings = 0L;    pass1pendings = 0L;
12364    pass2pendings = 0L;    pass2pendings = 0L;
12365    pass3pendings = 0L;    pass3pendings = 0L;

Legend:
Removed from v.2044  
changed lines
  Added in v.2045

john.pye@anu.edu.au
ViewVC Help
Powered by ViewVC 1.1.22