You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The prototype is able to turn on the CORJIT_FLAG_PROCSPLIT flag and interacts with the JIT under this mode.
Right now, it will perform the procedure split, generate the code, and place it in the binary.
End-to-end execution fails because we aren't generating the proper unwind data yet.
I am stuck trying to figure out how that works, in particular, if I wanted to generate a chained unwind info, I need the RVA to the associated runtime function record, but I can't find how the runtime function records are generated in NativeAOT.
Port #74963 to NativeAot.
The text was updated successfully, but these errors were encountered: