-
Notifications
You must be signed in to change notification settings - Fork 5.4k
Closed
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
superpmicollect is failing on the newly added jit-pgo experimental test leg:
Root cause seems to be that allocMethodBlockCounts is treated by SPMI as a compile result and not part of the method context. So replaying any jit compile with CORINFO_FLG_BBINSTR will fail.
category:testing
theme:super-pmi
skill-level:beginner
cost:small
Reactions are currently unavailable
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