Out of memory exception in JIT/Regression/JitBlue/DevDiv_255294 #8034
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
disabled-test
The test is disabled in source code against the issue
enhancement
Product code improvement that does NOT require public API changes/additions
JitThroughput
CLR JIT issues regarding speed of JIT itself
tenet-performance
Performance related issue
Milestone
Crossgen mode uses full optimizations and has quadratic algorithm it terms of memory to build and keep reachability sets for blocks.
CoreRun mode was fixed in dotnet/coreclr#11233.
So now CoreRun needs 300Mb (was 3 GB), CrossGen needs 3GB (was 6 GB). And 3GB is too much for x86.
category:throughput
theme:large-methods
skill-level:intermediate
cost:medium
The text was updated successfully, but these errors were encountered: