Hacker News new | ask | show | jobs
by xapata 3186 days ago
Ok, then you've got the code and the profile. The actual data and hardware it happens to be using is still better information.
1 comments

> The actual data and hardware it happens to be using is still better information.

That's certainly what HotSpot's promoters want us to believe, but I'm not convinced there's a lot of extra value in having detailed data on the current run, compared to 'static' profile-guided optimisation. I'm not sure if there's been any serious study of this question.

As to the specific hardware: this might matter for things like SIMD, yes, but often won't make any appreciable difference. Some Linux distros have the user compile almost everything locally, but aren't all that much faster for it.