dmd D Programming Language compiler
Find a file
2008-11-06 20:36:50 +00:00
import Changed the package name for bitmanip. 2008-10-31 22:07:16 +00:00
src Fixed the static data area range calculation. Previous behavior was causing only 1/4 of the static data area to be scanned by the GC. 2008-11-06 20:36:50 +00:00
license.txt First commit of the D Runtime Project. This includes a fully functional runtime for DMD/D1. Support for DMD/D2 is next on the agenda. 2008-09-19 02:35:12 +00:00
readme.txt update readme.txt 2008-10-13 00:47:05 +00:00

	Druntime

The source code repository for druntime is: http://dsource.org/projects/druntime

Druntime is the minimum library required to support the D programming
language. It includes the system code required to support the garbage collector,
associative arrays, exception handling, array vector operations,
startup/shutdown, etc.

Druntime forms a common layer underlying the Phobos and Tango user libraries.