nodestack: construct Node with 'number of threads', not 'parent node'
authorBrian Norris <banorris@uci.edu>
Mon, 28 May 2012 17:16:34 +0000 (10:16 -0700)
committerBrian Norris <banorris@uci.edu>
Mon, 28 May 2012 17:16:34 +0000 (10:16 -0700)
commit17e0164944342a21d72d1de5e77d633cf3c2a307
tree1362744866f3d1737896958d9db1048c9dd04e6d
parent5734b17b928d722e2c6a37c4e152c0dcbf58175d
nodestack: construct Node with 'number of threads', not 'parent node'

I don't really want to base the number of threads off of a 'parent'; I can
just record the global 'number of threads' as a Node parameter.
nodestack.cc
nodestack.h