Igor Solodovnikov
Igor Solodovnikov
Later I found that there is `-Wl,--no-threads` parameter on the generated command line. So I tried to replace it with `-Wl,--threads`. Result linking time is even longer: 4m 33s. I...
Yes, I'm sure I use mold. I checked this with `readelf` command. From your example I see you built mold from commit c3466b902 - I will recheck with this commit....
I would prefer second option because it is more straightforward in my opinion. It can be similar to the widely known compile_commands.json file. Nevertheless, the solution using extended attributes is...
From what I see in the master branch current implementation has no functionality for saving the array of the last accessed times and restoring it when the browser starts. Instead...
In my case that was linux guest in VitualBox on the Windows host. I will try to update my tests with the latest mold version.
I stumbled on this issue with https://github.com/mongodb/mongo today. For that repository loading never finishes at all. In fact it does not make sense to analyze all branches by default when...
I have the same issue when I try to start warp in Ubuntu 20.04 running as a VirtualBox guest. The difference is that I don't use Wayland and I don't...