]> git.llucax.com Git - software/druntime.git/commit
First attempt at support for dynamic library loading and unloading. Currently, only...
authorsean <sean@4a9d5153-6564-4b3f-b5e1-7e8e9dac548f>
Mon, 27 Oct 2008 22:15:16 +0000 (22:15 +0000)
committersean <sean@4a9d5153-6564-4b3f-b5e1-7e8e9dac548f>
Mon, 27 Oct 2008 22:15:16 +0000 (22:15 +0000)
commitbcf5b1203472d877e1f3560ca595cc1341c3783b
treef6ad30a61feda39230f057e01c09e03b7a9a2cef
parent1d6b260d32d802b99dcdd3c9e9e3b97c19d3f856
First attempt at support for dynamic library loading and unloading.  Currently, only Windows is supported, and information on static data ranges still needs to be passed to the application GC (see "TODO" in gc/basic and gc/stub).

git-svn-id: http://svn.dsource.org/projects/druntime/trunk@38 4a9d5153-6564-4b3f-b5e1-7e8e9dac548f
src/common/core/runtime.d
src/compiler/dmd/dmain2.d
src/compiler/dmd/memory.d
src/gc/basic/gc.d
src/gc/basic/gcx.d
src/gc/stub/gc.d