Rui Ueyama
Rui Ueyama
The plan is no further development for macOS either on sold or mold.
No iOS as well, as it is almost identical to macOS from the linkers perspective.
By 15 minutes, you mean you did a fresh build right? What is the perf when you build the project, edit a single source file and rebuild it?
First I'd verify that I'm really using mold for sure. Please run `readelf -p .comment ` and see the output. Is there a string "mold" there?
@rdeushane Thank you for sharing the benchmark result! It's unfortunate that mold didn't make a significant difference. There are a few random observations: - mold by default spawns as many...
Oh sorry I somehow missed this one.
Thank you for sharing the numbers! I'm happy to see the improvements of the lld linker. That's a healthy competition that benefits all users. That being said, I expected a...
I'm sorry, I wanted to ask you to run it with pinning to a single _socket_ than a core. I wondered if inter-socket traffic is a bottleneck.
`-z stack-size` has been added in the above commit.
I think we need to do two things for CMake integration: **Short term solution**: We want to provide a package like this, and let the user to use the mold...