Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JIT: fix early convergence in profile count solver (dotnet#100552)
We have two stopping criteria for the iterative solver: relative and absolute. The absolute threshold was too high and allowed the solver to stop with high relative residuals. Remove the absolute check and just use the relative residual for stopping. Closes dotnet#100477.
- Loading branch information