0x8A63F77D

Results 4 comments of 0x8A63F77D

> Looks like this issue is related. [oneapi-src/oneTBB#370](https://github.com/oneapi-src/oneTBB/issues/370) I have this issue on my machine. I'm using GCC11 and tbb won't build.

我的经验是,在Linux,gcc 11,使用了TBB作为线程库的时候,当每个元素要处理的任务量太小的时候,TBB创建线程的开销会远大于计算的开销。MSVC这边可能有别的优化?

Build with this flag:-DFOLLY_SUPPORT_SHARED_LIBRARY=ON Note the binary will be extremely huge.

> You can download binaries from https://github.com/rui314/mold/releases/tag/v2.2.0. > > > I believe my compiler supports C++20, since I've used C++20, so that should not be the issue here. > >...