On Sat Jun 3 08:42:04 2023 +0000, Zhiyi Zhang wrote:
The following bugs are related to the DECLSPEC_HOTPATCH. The bug gets triggered for small functions. https://bugs.winehq.org/show_bug.cgi?id=47633 https://bugs.winehq.org/show_bug.cgi?id=47649 https://source.winehq.org/git/wine.git/commitdiff/de6554a312a731db7d85440ce4... The corresponding mingw bug is https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91489. Supposedly it should be fixed in the new versions.
In that case, shouldn't we just change `DECLSPEC_HOTPATCH` to never omit the frame pointer?