https://bugs.winehq.org/show_bug.cgi?id=56867
--- Comment #2 from cqwrteur euloanty@live.com --- (In reply to Nikolay Sivov from comment #1)
Becomes much faster after msvc compiler changes, or because of what?
Source code for this benchmark would be interesting, and pre-built binaries too. What should be compared is the difference between wine and windows under same conditions, so statically linked binary on wine vs statically linked binary on windows, and so on. That's assuming benchmarks are measuring what there are supposed to.
https://github.com/trcrsired/fast_io/blob/master/benchmark/0018.get_fd/coutf...
This is to extract FILE* from C++'s std::cout
https://github.com/trcrsired/windows-msvc-sysroot
/* I am working on adding --sysroot toggle to clang */ Compile with clang --target=x86_64-windows -Iwindows-msvc-sysroot/include/c++/stl -Iwindows-msvc-sysroot/include -Lwindows-msvc-sysroot/x86_64-windows-msvc -Ofast