You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now Native AOT only uses PGO data to affect intra-body optimization opportunities. If method bodies were re-ordered, we could reduce the memory usage of many programs by putting all the "hot" methods into pages at the beginning of the image and cold methods at the end.
There are further possible improvements, but even a naive approach would be worth exploring.