Update. Everything that is cross-compiled is built with gcc 9.2. Things that are built natively may still be built with gcc 5.4 or gcc 8.3, but I'm not sure if those components have any performance impact. @ryao Should we close this bug?
proton 4.11-3x1 2019-09proton 4.11-4x1 2019-09
Feature Request
I confirm:
contain this feature already.
Description
@tk-glitch and I found that switching to the GCC 9.2.0 compiler causes a slight reduction in runtime overhead. My own tests show that the per frame direct3d 11 performance in the 3DMark API Overhead test increases by 4% to 10% in comparison to the upstream DXVK binary (which is built the same way as the Proton binaries).
The current Proton 4.11-3 release was built with a mix of GCC 9.1.0 and GCC 8.3.0 (likely the mingw runtime). Switching to GCC 9.2.0 for Proton 4.11-4 would increase performance in CPU limited situations.