LIU Hao
LIU Hao
> might be because im using an older pthread build as bootstrap compiler for it maybe ?, else not sure ?. That shouldn't affect the build itself. There may be...
> gcc-11.3.0 was the version, havent gotten around to rebuilding it yet though. Probably you have to update mingw-w64 headers first.
Did you try bootstrapping mingw-w64-gcc from this repo, without any other patches? As this is the official MSYS2 source, it should build without errors.
┴─┴︵╰(‵□′╰)
Yes I knew this bug a couple of years ago... but who the heck has been caring about this problem? The emutls thing is utterly broken. I happened to report...
> Can we turn the mingw's implementation of _Thread_local to be consistence with msvc? > > It's seems msvc'c __declspec(thread) doesn't depends on winpthreads at all. Please read this series...
> > > Can we turn the mingw's implementation of _Thread_local to be consistence with msvc? > > > It's seems msvc'c __declspec(thread) doesn't depends on winpthreads at all. >...
I think it's time that we give the posix thread model up. See .
> Is sacrificing some debugging possibilities worth 0.3% size decrease in case of GCC? > > Debug symbols are placed into `.debug_*` sections which are already stripped. `nm` on current...
> It can be used to quickly tell whether some features of other libraries (like jit, specific compression formats) are enabled (or at least linked). It's not a huge deal...