[Webkit-unassigned] [Bug 275567] [Win] Enable BUILTIN_FRAME_ADDRESS using __builtin_stack_address()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jun 17 18:08:16 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=275567
--- Comment #1 from Ian Grunert <ian.grunert at gmail.com> ---
__builtin_stack_address() might still not do what we need, it sounds like it might point at the end of the function frame. The overall problem is that on Windows, the frame pointer is after local variables and callee-saved registers.
https://learn.microsoft.com/en-us/cpp/build/stack-usage?view=msvc-170
We might be able to get something that works using _AddressOfReturnAddress().
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240618/c9583c86/attachment-0001.htm>
More information about the webkit-unassigned
mailing list