]> git.llucax.com Git - software/dgc/cdgc.git/commit
Allow testing for fork() availability
authorLeandro Lucarella <llucax@gmail.com>
Fri, 20 Aug 2010 01:48:57 +0000 (22:48 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Thu, 26 Aug 2010 01:22:47 +0000 (22:22 -0300)
commitd8944d1a3011a7b9b2ffcebf41fdb5d6d3b03467
treea75d64ee9aaf95011423fd3e59c0775d5030bde5
parent961eb25ca3a5f1865be75da53b81bafb32529295
Allow testing for fork() availability

The concurrent GC will fork() to run the collection, so it need to know if
the underlying OS supports it. This patch renames the alloc module to os
to group all needed OS abstractions in one module.
rt/gc/cdgc/bits.d
rt/gc/cdgc/gc.d
rt/gc/cdgc/os.d [moved from rt/gc/cdgc/alloc.d with 70% similarity]