qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 2/4] sysemu/os-win32: fix setjmp/longjmp on windows-arm64


From: Richard Henderson
Subject: Re: [PATCH v2 2/4] sysemu/os-win32: fix setjmp/longjmp on windows-arm64
Date: Mon, 20 Feb 2023 07:50:12 -1000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.7.1

On 2/19/23 23:53, Pierrick Bouvier wrote:
Thanks for the idea.
For the sake of completeness, using RtlInstallFunctionTableCallback could be a better strategy, as it allows to have a callback called only during stack unwinding [1].

Interesting idea.

I suspect that is of more use when the JIT is more complicated than ours. In particular, notice the OutOfProcessCallbackDll member (for use by the debugger). Whereas our unwind info is static, and can exist in read-only memory.


r~



reply via email to

[Prev in Thread] Current Thread [Next in Thread]