Hacker News new | ask | show | jobs
by pbiggar 5002 days ago
There is a major difference between performing profile-generated optimizations at compile-time based on sample data, and performing it at run-time based on real data. It is one pretty good way in which JITs could beat programs implemented directly in C.
1 comments

Not really since the 'sample' data is 'real' data which has been gathered during run-time.
That is the most optimistic statement about profile-directed optimization that I have ever read.