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
Currently, CoreCLR generates some executable code at runtime besides the JITted code. This work stream will provide alternative approaches for platforms that don't allow runtime executable code generation.
M1
M2
Alternative to VSD dispatch stubs
Alternative to the way fixup and stub precodes and call counting stubs are generated.
M3
Alternative GC write barrier
Alternative to the ThisPtrRetBufPrecode
Alternative to the UMEntryThunk
M4
Alternative to the DynamicHelpers used by the R2R code
M5
Alternative to ShuffleThunks + Non-IL based Unboxing stubs
Modify debugger code to work properly with all the changes made to prevent executable code generation at runtime.
The text was updated successfully, but these errors were encountered:
Currently, CoreCLR generates some executable code at runtime besides the JITted code. This work stream will provide alternative approaches for platforms that don't allow runtime executable code generation.
M1
M2
M3
M4
M5
The text was updated successfully, but these errors were encountered: