https://bugs.winehq.org/show_bug.cgi?id=37773
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED Summary|Handel-C compiler extremely |Handel-C compiler extremely |slow under WIne compared to |slow under Wine compared to |Windows |Windows (heap CC| |focht@gmx.net
--- Comment #5 from Anastasius Focht focht@gmx.net --- Hello Felix,
--- quote --- This report can be closed. --- quote ---
Sure.
Could you tell which vendor/toolsuite/version you used to report the bug? Having proper detail/tracebility improves Bugzilla query quality and tracking of Wine/app regressions.
It would be even better if you can figure out the commit that fixed it (although not required):
https://source.winehq.org/git/wine.git/history/HEAD:/dlls/ntdll/heap.c
There is only one relevant commit to that file in the data range from your initial report until now:
https://source.winehq.org/git/wine.git/commitdiff/2175852f5a45eebef5dcbbad99...
--- quote --- ntdll: Add free list buckets for every arena size up to 0x100. author Huw Davies huw@codeweavers.com Mon, 9 Oct 2017 12:15:52 +0000 (13:15 +0100) committer Alexandre Julliard julliard@winehq.org Mon, 9 Oct 2017 17:52:29 +0000 (19:52 +0200) --- quote ---
Tidbit: This brings back some memories on my own. I was doing some hardware design/development with VHDL on Xilinx FPGAs with Xilinx/Cadence/Synopsys tools on Sun UltraSPARC machines as part of my EE/CS university degree in the mid-1990s. Never touched System-C/Handel-C subject as I went to embedded systems software development ;-)
Regards