Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JIT: Use
fgCalledCount
for OSR method entry weight (#112662)
Follow-up to #112499. By ensuring OSR method entry blocks' weights match fgCalledCount during entry canonicalization, we can guarantee that later runs of profile synthesis won't modify fgCalledCount. This should unblock #111915 (comment).
- Loading branch information