Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix condition to align method at 32 bytes (dotnet#42909)
In dotnet#2249, we started doing alignment of methods to 32-byte boundary for Tier1. However, a method having loops bypass tiering and hence this condition was never executed. Fixed it to make sure we do the alignment for optimized methods only and don't do it for prejitted methods.
- Loading branch information