Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

What I also find rather interesting is the concept of macro-op fusion that Intel introduced with the Core 2 processors: This means for example that a cmp ... (or test ...) followed by a conditional jump can/will be fused together to a single micro-op. In other words: Suddenly a sequence of two instruction maps to one internal micro-op. If you are interested in the details, read section 8.5 in http://www.agner.org/optimize/microarchitecture.pdf


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: