]> git.llucax.com Git - software/dgc/cdgc.git/commit
Make bigAlloc() a little bit more readable
authorLeandro Lucarella <llucax@gmail.com>
Wed, 15 Sep 2010 00:14:17 +0000 (21:14 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Mon, 20 Sep 2010 23:33:52 +0000 (20:33 -0300)
commit3389bc359d65b04c74bb41ef4b640367cb9aa617
tree554eebe4af9aa833245eb6555368e48cec76803a
parent9d60963df0295d680423c4b133a75ac26db398e2
Make bigAlloc() a little bit more readable

bigAlloc() is implemented a weird state machine that even have some paths
that are not only unreadable, but useless.

The new implementation is still not ideal, but at least a human can read
it and even understand what's doing.
rt/gc/cdgc/gc.d