
Originally Posted by
Gonzalo
Hello przemoc! That your real name?

No, it's my nickname.

Originally Posted by
Gonzalo
In any case, I'm glad to found a user who cares about other users.
I think you're exaggerating. I wrote that:
"Sometimes I build binaries that may be useful for others."
IOW:
I may sometimes build stuff that I think would be nice to have on Windows too, because:
a) I haven't seen precompiled version for Windows at all yet,
b) I haven't seen precompiled recent version for Windows yet.
And I'm simply sharing the results afterwards.

Originally Posted by
Gonzalo
Let me see if I understand exactly what you do. What is your skill set? How different are you binaries from the ones anyone can compile? Are they faster in execution? Smaller perhaps?
I never stated that my binaries are meant to be better than those provided by others. They are meant to be simply available for others, because I build when something is not yet available (at least publicly, or I cannot find it). I'm not doing anything exceptional, (almost?) anyone can do it.
I use default build settings and introduce changes only if they're necessary to be able to build the software, if it doesn't build out-of-the-box. I build binaries statically from non-Windows PoV, so they should have no dependencies beside standard Windows DLLs.

Originally Posted by
Gonzalo
There is this Russian guy who used to write a lot in the forum; he compiled paq* programs some ~15 % faster than the best we can come up with. Another one is a bit of a reverse engineer, he can touch some values inside exes so they aren't rejected by older O.S. My versions of precomp are 15 to 30% faster than vanilla editions but my "secret" is no secret. I just replace -O values and cross my fingers hoping it doesn't crash...
There are no secrets in my builds. I don't change optimization settings provided by the authors, but if I'll do so, it will be given in the build info.

Originally Posted by
Gonzalo
So, what do you do? What compiler do you use? Please tell me is Intel's... It is the best for compressors.
I provided info regarding my build environment in the past on the forum. I use GCC from MinGW-w64 in up-to-date version of MSYS2's MinGW-w64 Win32/64 Shell environment. Nowadays it's:
Code:
gcc version 7.3.0 (Rev1, Built by MSYS2 project)
I even put basic info in archive names, so you don't have to guess...

Originally Posted by
Gonzalo
If that were the case, can I ask you to recompile like a gazillion executables?

It isn't the case.