Re: [Mingw-w64-public] Frame pointer and Win32 API functions

2014-07-27 Thread John E. / TDM
On 7/27/2014 9:44 AM, Ruben Van Boxem wrote: > Hi guys, > > I stumbled upon a strange question on Stackoverflow.com: > http://stackoverflow.com/q/24962205/256138 > > Is he right to think the generated code is suboptimal? Or is this an > ABI requirement? Can GCC be improved in this regard? Unless

Re: [Mingw-w64-public] Frame pointer and Win32 API functions

2014-07-27 Thread JonY
On 7/27/2014 23:44, Ruben Van Boxem wrote: > Hi guys, > > I stumbled upon a strange question on Stackoverflow.com: > http://stackoverflow.com/q/24962205/256138 > > Is he right to think the generated code is suboptimal? Or is this an ABI > requirement? Can GCC be improved in this regard? > > I ca

[Mingw-w64-public] Frame pointer and Win32 API functions

2014-07-27 Thread Ruben Van Boxem
Hi guys, I stumbled upon a strange question on Stackoverflow.com: http://stackoverflow.com/q/24962205/256138 Is he right to think the generated code is suboptimal? Or is this an ABI requirement? Can GCC be improved in this regard? I can point him to this mailing list and ask him to supply reprod