Alcaro

Results 113 comments of Alcaro

One possible solution would be the simplest one - delete this position override and stick to CW_USEDEFAULT. The user is probably gonna move the window soon anyways. But only you...

> If you can't do that, you may want to combine object files into a few .a files using the ar command to reduce the number of input files. Note...

There's a config button for that. Though I think it takes integers only. And yeah, actual resize is more convenient. I tried, but couldn't find a way to make GTK+...

helloworld.exe? x86_64-windows-msvc? Per #190, mold doesn't support Windows at all.

Didn't test, but looks reasonable. (Unless it guarantees the stack is misaligned, I didn't check.) Stack alignment is required by several ABIs; without it, you may get SIGBUS when spilling...

Yes, this definitely has something to do with that piece being inlined from immintrin.h. Considering that instruction to be library code is reasonable (everything in immintrin.h is tagged attribute((artificial)), so...

Looks like same root cause as https://github.com/RPGHacker/asar/issues/268#issue-1402239530. Looks like people other than troublemakers can find that bug after all.

One advantage of having this feature in the linker is that the linker knows your output format, so you can say `ld -r -b binary -o obj.o file.jpg` on anything...

You can probably compile the Unix-side pieces with mold. Don't know if it's tested, but if it doesn't work already, it's probably not missing anything big. You can not compile...

That's answered in #190 and/or https://github.com/bluewhalesystems/sold/issues/8.