32-bit DMD compiled programs prints "segmentation fault"

Adam D. Ruppe destructionator at gmail.com
Tue Nov 5 12:11:24 UTC 2019


On Tuesday, 5 November 2019 at 06:38:24 UTC, H. S. Teoh wrote:
> It's not so easy to convince Walter to give up the backend that 
> he's been working on for decades.

dmd is still significantly faster to run and to recompile!

> DMD releases so staying up-to-date with latest D developments 
> isn't even a big issue anymore. (LDC's frontend is identical to 
> DMD's so there's no difference there.)

That's not quite true. They share about 98% of the code, but that 
remaining 2% can be significant at times.

For example, ldc's extern(Objective-C) lacks much of the stuff 
dmd's have, since that's part of that 2% glue code that is 
compiler specific.


More information about the Digitalmars-d mailing list