Hacker News new | ask | show | jobs
by hellzbellz123 193 days ago
I'm not entirely sure but could it be predictive branching?
1 comments

No, it needs to read the entire executable in order to be correct, it can't skip anything. Therefore the time for the IO must be a lower bound, predictive branching can't help that.