changes towards second parallel collector
[IRC.git] / Robust / src / Runtime / oooJava / TODO
1 Big TODOS:
2 1) Handle rapid reuse of SESEStall record - done
3 2) Handle linked list of bins - done
4 3) Hashtable management (managing links + each SESE should have its own traverser threads + traversers should be generated on demand)
5 4) Multiple taint of coarse management [what if one coarse entry supports two parameter conflicts...] -- fixed
6 5) Recycling [recycle entries to improve runtime]
7 6) Parallelize traversal
8 7) Fix race on enqueue into table vs dequeue at retire... - done
9 8) Fix stall stie handling -- done
10 9) Traversers should stall if in-set var is dynamic and currently unknown until value is known