[dmd-internals] Memory Leak

Walter Bright walter at digitalmars.com
Sun Nov 11 21:20:52 PST 2012


On 11/11/2012 8:37 PM, Jason House wrote:
> On Nov 11, 2012, at 10:53 PM, Walter Bright <walter at digitalmars.com> wrote:
>
>> On 11/11/2012 6:51 PM, Jason House wrote:
>>> How hard would a D to C++ converter be? I think ABI compatibility would be impossible, but might not be too big of a limitation.
>> There are a lot of subtle differences in meaning that would make it very difficult to get that last few %.
> What items would fall into the last few percent? Would it that subset of D be rendered unusable? Or would it still be a step up from C++? :)
>

C++ doesn't define the order of evaluation of subexpressions, for example.


More information about the dmd-internals mailing list