Hacker News new | ask | show | jobs
by dataangel 1675 days ago
How can you have a zero latency load?
1 comments

Similar way register movs can have zero latency - the output is renamed from the register source of the corresponding store. Which takes the load out of the dependency chain, effectively having zero latency so long as the correct store was identified.