Moving druntime into the DMD repository

Seb seb at wilzba.ch
Fri Jul 27 12:36:33 UTC 2018


On Friday, 27 July 2018 at 12:02:50 UTC, Russel Winder wrote:
> On Fri, 2018-07-27 at 11:03 +0000, Seb via Digitalmars-d wrote:
>> This a thread to explore whether it would be feasible to do so.
>> 
>> Motivation
>> ----------
>> 
>> DRuntime and DMD heavily depend on each other.
>> 
>
> But DMD is only one of the compilers, there is LDC and GDC. Is 
> Druntime unique to DMD or do the other compilers also use it?

It's unique to the DMD Frontend which is used by LDC/GDC ;-)
They use it with small modifications, e.g. for the LLVM 
intrinsincs and a few LDC specific features:

https://github.com/ldc-developers/druntime
https://github.com/dlang/druntime/compare/master...ldc-developers:ldc


More information about the Digitalmars-d mailing list