Rui Ueyama

Results 705 comments of Rui Ueyama

I tried to download the program from https://github.com/dealii/dealii/archive/refs/tags/v9.7.1.tar.gz, built it with mold git head with `cmake -DCMAKE_BUILD_TYPE=DebugRelease`, but I couldn't reproduce the issue. Can you reproduce it on your machine?...

I'll fix the issue and release it as 2.37.1. Please hold on.

I’m having a hard time reproducing the issue. I’m completely new to Apache Impala, and it's not easy to figure out how to build it and run its tests. Would...

Are you testing it on Solaris? I wonder how I can reproduce the failure.

So, GNU ld now fills `.gnu.version` slots with `VER_NDX_LOCAL` instead of `VER_NDX_GLOBAL` by default? That seems like a huge churn for no real benefit. It completely breaks compatibility with all...

Note that only a few mold tests failed due to the recent change in GNU ld, because only in those tests we do (accidentally) use GNU ld to link a...

It looks like VirtualBox installer tries to build kernel modules. mold generally supports only user-land programs, so it may be not too easy to build VirtualBox with mold.