https://bugs.winehq.org/show_bug.cgi?id=53947
--- Comment #18 from Fabian Maurer dark.shadow4@web.de --- Created attachment 76157 --> https://bugs.winehq.org/attachment.cgi?id=76157 Profiling data with your patches
Attaching profiling data as comparison.
For my test program I get - Vanilla Wine: 324ms - With native gdiplus: 16ms - Your fork: 14ms
The game itself is about 2 times faster, which is nice. Although I kinda fear that it makes SIMD optimization harder, since now there's two paths to rewrite.