SCM Repository
Diff of /branches/vis12/src/compiler/c-target/fragments/alloc.in
Parent Directory
|
Revision Log
|
Patch
revision 1916, Thu Jun 7 12:15:04 2012 UTC | revision 1917, Thu Jun 7 12:34:40 2012 UTC | |
---|---|---|
# | Line 25 | Line 25 |
25 | ||
26 | // allocate the strand state pointers | // allocate the strand state pointers |
27 | wrld->numStrands = numStrands; | wrld->numStrands = numStrands; |
28 | #ifdef DIDEROT_TARGET_PARALLEL | |
29 | wrld->sched->numActive = numStrands; | |
30 | #else /* DIDEROT_TARGET_C */ | |
31 | wrld->numActive = numStrands; | |
32 | #endif | |
33 | wrld->inState = NEWVEC(@STRANDTY@ *, numStrands); | wrld->inState = NEWVEC(@STRANDTY@ *, numStrands); |
34 | wrld->outState = NEWVEC(@STRANDTY@ *, numStrands); | wrld->outState = NEWVEC(@STRANDTY@ *, numStrands); |
35 | wrld->status = NEWVEC(uint8_t, numStrands); | wrld->status = NEWVEC(uint8_t, numStrands); |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |