GC vs. Manual Memory Management Real World Comparison

Sean Kelly sean at invisibleduck.org
Fri Sep 7 07:01:53 PDT 2012


On Sep 6, 2012, at 10:57 PM, Jacob Carlborg <doob at me.com> wrote:

> On 2012-09-07 01:53, Sean Kelly wrote:
> 
>> What version flags are set by GDC vs. DMD in your target apps?  The way "stop the world" is done on Linux vs. Windows is different, for example.
> 
> He's using only Windows as far as I understand, GDC MinGW.

Well sure, but MinGW is weird. I'd expect the Windows flag to be set for MinGW and both the Windows and Posix flags set for Cygwin, but it seemed worth asking. If Windows and Posix are both set, the Windows method will be used for "stop the world". 


More information about the Digitalmars-d-announce mailing list