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); |
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..."); */ |
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; |