Re: [Mingw-w64-public] [Patch] Revert recently added C++-ism

2014-09-21 Thread Raffaello D. Di Napoli
2014-09-21 18:12 GMT-04:00 JonY : > > Patch OK? ... > + typedef struct _HTTP_REQUEST_V2 { > +struct HTTP_REQUEST_V1; >... > + typedef struct _HTTP_RESPONSE_V2 { > +struct HTTP_RESPONSE_V1; Shouldn’t the V1 sub-struct declaration be a variable declaration (and include a name for it)? --

Re: [Mingw-w64-public] Big perfomance difference 32/64 bits

2014-08-25 Thread Raffaello D. Di Napoli
2014-08-25 11:25 GMT-04:00 Óscar Fuentes : > > On a CPU-intensive application, the 64 bit exe runs 40% slower than > its 32 bit counterpart. It's a C++ app with a workload typical of a > compiler. > > Are there known slow spots on the 64 bit runtimes? You mean, other than the fact that all your po