Intel Core i7 有多少个流水线级?
它一次可以处理多少条指令?
How many instructions it can handle at a time ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
它一次可以处理多少条指令?
How many instructions it can handle at a time ?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
http:// /www.bit-tech.net/hardware/cpus/2008/11/03/intel-core-i7-nehalem-architecture-dive/5
http://www.bit-tech.net/hardware/cpus/2008/11/03/intel-core-i7-nehalem-architecture-dive/5
Agner Fog 的文档 是了解正在发生的事情的非常好的资源。阅读它应该有助于您理解。未完成的指令数量(退休缓冲区的大小)存在限制,但在达到该瓶颈之前您可能会遇到许多其他限制,例如指令解码器限制、执行单元争用、ALU/除法器压力。看看,这真是令人着迷的东西!
Agner Fog's documentation is a very good resource to understand what's going on. Reading it should help you understand. There's a limit to the number of instructions that are outstanding (the size of the retirement buffer), but there are many other limits that you'll likely hit before reaching that bottleneck, such as instruction decoder limitations, execution unit contention, ALU/divider pressure. Take a look, it's fascinating stuff!