Hacker News new | ask | show | jobs
by CameraSupra 1875 days ago
Why aren’t hardware designers designing hardware for the languages and methods we have?
2 comments

They are (through prediction, reordering, etc in the CPU), but manual approaches like hinting or VLIW have always turned out to fail, and the automatic approaches we're using now turn out to have security issues like Spectre.
There are physical limits. E.g. clock speed can’t go so high that information must travel across the cpu faster than the speed of light. E.g.2. As caches get bigger, it takes more time to index them.