Refactor the spark queue implementation into a generic work-stealing deque
authorSimon Marlow <marlowsd@gmail.com>
Thu, 5 Feb 2009 12:46:48 +0000 (12:46 +0000)
committerSimon Marlow <marlowsd@gmail.com>
Thu, 5 Feb 2009 12:46:48 +0000 (12:46 +0000)
commit829a7d022e91da80295913e6c70179f211e5b966
tree546c6254015be4805288254ab124971ce7648493
parent4fc80ef6710401b4b249c2bf298986623bdbd503
Refactor the spark queue implementation into a generic work-stealing deque
So we can use this abstraction elsewhere in the RTS
rts/Sparks.c
rts/Sparks.h
rts/parallel/WSDeque.c [new file with mode: 0644]
rts/parallel/WSDeque.h [new file with mode: 0644]