RFR: 8339783: Implement JEP 479: Remove the Windows 32-bit x86 Port [v31]
Julian Waters
jwaters at openjdk.org
Fri Nov 8 05:34:19 UTC 2024
On Fri, 8 Nov 2024 02:32:42 GMT, Alex Menkov <amenkov at openjdk.org> wrote:
> Can someone confirm that use of `__stdcall` has no affect on name decorations, as there is no mention here about anything being ignored:
>
> https://learn.microsoft.com/en-us/cpp/build/reference/decorated-names?view=msvc-170
>
> I would have expected that if argument passing needs to use the stack then the decorated name would still need to encode that somehow.
https://godbolt.org/z/xve7cbG1e
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21744#issuecomment-2463794511
More information about the core-libs-dev
mailing list