[dmd-internals] Memory Leak

Jason House jason.james.house at gmail.com
Sun Nov 11 20:35:35 PST 2012


On Nov 11, 2012, at 10:54 PM, Walter Bright <walter at digitalmars.com> wrote:

> 
> On 11/11/2012 6:51 PM, Jason House wrote:
>> If such a thing existed, is it possible to incrementally convert pieces of the compiler to D?
> 
> 
> That would leave the specter of having two headers for the data types, one in D and one in C++.

In general, converting the outer layers of a program first allows the core to remain C++. Compiling natively in D has one header file for everything. Converting everything to C++ has the core C++ header files plus the generated files. In my mind, that still leaves one official version of everything.


More information about the dmd-internals mailing list