Re: [Mingw-w64-public] [RFC] Integrating mcfgthread with mingw-w64 CRT

2022-10-20 Thread ralph engels
sounds like a good idea :) Den 20-10-2022 kl. 16:04 skrev LIU Hao: 在 2022-10-20 14:12, ralph engels 写道: I think he was refering to gcc's gthreads implementation ?. not sure if it was ever used for much else than the objc compiler, it does not support threading in C++ as far as i know. gth

Re: [Mingw-w64-public] [RFC] Integrating mcfgthread with mingw-w64 CRT

2022-10-20 Thread LIU Hao
在 2022-10-20 14:12, ralph engels 写道: I think he was refering to gcc's gthreads implementation ?. not sure if it was ever used for much else than the objc compiler, it does not support threading in C++ as far as i know. gthread is used by libstdc++ to implement standard threading facilities [

Re: [Mingw-w64-public] [RFC] Integrating mcfgthread with mingw-w64 CRT

2022-10-19 Thread ralph engels
I think he was refering to gcc's gthreads implementation ?. not sure if it was ever used for much else than the objc compiler, it does not support threading in C++ as far as i know. Den 20-10-2022 kl. 05:57 skrev LIU Hao: 在 2022/10/19 23:00, Jacek Caban 写道: Hi, I heard that it was committed

Re: [Mingw-w64-public] [RFC] Integrating mcfgthread with mingw-w64 CRT

2022-10-19 Thread LIU Hao
在 2022/10/19 23:00, Jacek Caban 写道: Hi, I heard that it was committed to GCC. I just want to mention for the record that I still think it was a mistake. I also think that obfuscating mingw-w64 with proposed changes would be a mistake. ... If we follow that logic, we'd never change existing co

Re: [Mingw-w64-public] [RFC] Integrating mcfgthread with mingw-w64 CRT

2022-10-19 Thread Jacek Caban
Hi, I heard that it was committed to GCC. I just want to mention for the record that I still think it was a mistake. I also think that obfuscating mingw-w64 with proposed changes would be a mistake. On 10/13/22 04:09, LIU Hao wrote: 在 2022/10/13 01:15, Jacek Caban 写道: I'd argue that thi

Re: [Mingw-w64-public] [RFC] Integrating mcfgthread with mingw-w64 CRT

2022-10-12 Thread LIU Hao
在 2022/10/13 01:15, Jacek Caban 写道: I'd argue that this requirement will need to be relaxed at some point and fixing threading support would be a good reason to do that. If someone really wants win9x, winpthreads could still be used (or simply one could use an older version of GCC). This i

Re: [Mingw-w64-public] [RFC] Integrating mcfgthread with mingw-w64 CRT

2022-10-12 Thread Jacek Caban
On 10/12/22 06:06, LIU Hao wrote: 在 2022/10/12 03:55, Jacek Caban 写道: Is there anything that mcfgthread achieves that can't be fixed in GCC's win32 model? This sounds to me like that GCC is the right place to fix things, possibly by merging parts of mcfgthread into GCC itself. I really don't l

Re: [Mingw-w64-public] [RFC] Integrating mcfgthread with mingw-w64 CRT

2022-10-11 Thread sotrdg sotrdg
m: LIU Hao<mailto:lh_mo...@126.com> Sent: Wednesday, October 12, 2022 00:08 To: Jacek Caban<mailto:ja...@codeweavers.com>; mingw-w64-public@lists.sourceforge.net<mailto:mingw-w64-public@lists.sourceforge.net> Subject: Re: [Mingw-w64-public] [RFC] Integrating mcfgthread with mingw-w64

Re: [Mingw-w64-public] [RFC] Integrating mcfgthread with mingw-w64 CRT

2022-10-11 Thread LIU Hao
在 2022/10/12 03:55, Jacek Caban 写道: Is there anything that mcfgthread achieves that can't be fixed in GCC's win32 model? This sounds to me like that GCC is the right place to fix things, possibly by merging parts of mcfgthread into GCC itself. I really don't like the idea of adding another threa

Re: [Mingw-w64-public] [RFC] Integrating mcfgthread with mingw-w64 CRT

2022-10-11 Thread Jacek Caban
On 10/7/22 17:47, LIU Hao wrote: While mingw-w64 might have been deemed to enable projects, which typically build with the Microsoft compiler and linker, to build with the GNU compiler and linker with little modification, sometimes I do think we have payed too much in mimicking some non-standar

[Mingw-w64-public] [RFC] Integrating mcfgthread with mingw-w64 CRT

2022-10-07 Thread LIU Hao
While mingw-w64 might have been deemed to enable projects, which typically build with the Microsoft compiler and linker, to build with the GNU compiler and linker with little modification, sometimes I do think we have payed too much in mimicking some non-standard, weird, or even broken behaviors