-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Open
Labels
area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone
Description
A list of things that will need to be fixed before the work can be considered functional:
genPoisonFrameimplementation.- Stack alignment in
lvaAlignFrame. - [Wasm RyuJit] local stores #122390 - remove code from
STORE_LCL_VARcodegen that deals with non-candidates, add asserts to such effect.- Once we have some minimal RA.
- Fix untracked debug scopes in
siOpenScopesForNonTrackedVars. - Remove
#ifdef TARGET_WASMfrom the JMC insertion path since once we have proper WASM CG2 collections and/or call emit support. - Fix the single-IG restriction of the prolog so that we don't need to worry about methods with a large number of non-enregistered arguments overflowing it. Ref: [RyuJit/WASM] Establish SP & FP and home register arguments #123270.
Part of #121208.
Metadata
Metadata
Assignees
Labels
area-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI