Y
Hacker News
new
|
ask
|
show
|
jobs
by
porridgeraisin
8 days ago
Insofar as PGO helps inlining.
1 comments
5701652400
8 days ago
I have hunch PGO does detect when bound check can be eliminated.
link
delamon
8 days ago
How so? PGO might indicate that most of the time arguments are in bounds, but that's not enough. It has to be a proof with 100% certainty before bound checks can be removed
link
porridgeraisin
8 days ago
bound check elimination exists separately, PGO can help unveil more opportunities for BCE.
link