treat the global work list as a queue rather than a stack
authorSimon Marlow <simonmarhaskell@gmail.com>
Wed, 16 Apr 2008 21:51:09 +0000 (21:51 +0000)
committerSimon Marlow <simonmarhaskell@gmail.com>
Wed, 16 Apr 2008 21:51:09 +0000 (21:51 +0000)
commit0b0842005c6c68f5f0d7ab428eb153e5a47334d1
tree46ba9c7e57be0f21428eeb9b73ccfb388b0c2dc6
parent4c394999264d602f10e7623cefa7588423c4f68b
treat the global work list as a queue rather than a stack
includes/Storage.h
rts/sm/GC.c
rts/sm/GCUtils.c