Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[omr-dev] Question regarding codegen on Win64 and unwind on exception

Hi,

My understanding is that Win64 requires registration [1] of the JIT
compiled functions for correct stack unwind during exceptions or when
a program does a longjmp. Is this implemented in OMR?

Thanks and Regards
Dibyendu

[1] https://docs.microsoft.com/en-us/windows/desktop/api/winnt/nf-winnt-rtlinstallfunctiontablecallback


Back to the top