-
Notifications
You must be signed in to change notification settings - Fork 5.2k
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
Description
The coreclr_tests SPMI collection is about the same size as libraries_tests, yet it takes many times longer to replay. It seems like there are a small number of contexts that we spend a disproportionate time on (I can see that only a few superpmi processes are left). There is probably some quadratic blowup in the checked build somewhere.
Maybe related: #78267
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