当前位置: 首页 > news >正文

【英特尔IA-32架构软件开发者开发手册第3卷:系统编程指南】2001年版翻译,2-9

文件下载与邀请翻译者

学习英特尔开发手册,最好手里这个手册文件。原版是PDF文件。点击下方链接了解下载方法。

讲解下载英特尔开发手册的文章

翻译英特尔开发手册,会是一件耗时费力的工作。如果有愿意和我一起来做这件事的,那么,欢迎你的加入。

另外,我不仅仅是打算翻译这一种手册,以后,可能还需要去翻译许多的英文技术文档,以支持系统底层的教学,培养系统底层程序员。

我有钱了以后,应该是会出私钱来请人翻译一批英文技术文档。当前,暂时没钱,若是有志愿加入的,欢迎啊。

本节翻译

【原文】2.1.7. Other System Resources
Besides the system registers and data structures described in the previous sections, the System architecture provides the following additional resources:
• Operating system instructions (see Section 2.6., “System Instruction Summary”).
• Performance-monitoring counters (not shown in Figure 2-1).
• Internal caches and buffers (not shown in Figure 2-1).

【翻译】2.1.7. 其他系统资源
除了前几节描述的系统寄存器和数据结构,系统体系结构还提供了下列额外资源。
•操作系统指令(参见2.6节)。,“系统指令摘要”)。
•性能监控计数器(未在图2-1中显示)。
•内部缓存和缓冲区(未在图2-1中显示)。

【原文】The performance-monitoring counters are event counters that can be programmed to Count processor events such as the number of instructions decoded, the number of interrupts received, or the number of cache loads. See Section 14.8., “Performance Monitoring Overview”, for more information about these counters.
The processor provides several internal caches and buffers. The caches are used to store both data and instructions. The buffers are used to store things like decoded addresses to system and application segments and write operations waiting to be performed. See Chapter 9, Memory Cache Control, for a detailed discussion of the processor’s caches and buffers.

【翻译】性能监控计数器是事件计数器,可以对处理器事件进行计数,例如解码的指令数量、接收到的中断数量或缓存负载的数量。参见14.8节。,“性能监控概述”,以获取有关这些计数器的更多信息。
处理器提供了几个内部高速缓存和缓冲区。高速缓存用于存储数据和指令。缓冲区用于存储系统和应用程序段的解码地址,以及等待执行的写入操作。有关处理器高速缓存和缓冲区的详细讨论,请参见第9章。


http://www.mrgr.cn/news/62918.html

相关文章:

  • ElasticSearch - Bucket Script 使用指南
  • ES聚合(仅供自己参考)
  • 关于springboot的选择题100道
  • 【Triton 教程】矩阵乘法
  • Oracle视频基础1.1.3练习
  • lego-loam mapOptmization 源码注释(一)
  • 关于自动驾驶等级相关知识
  • OpenCV与AI深度学习 | 基于OpenCV和深度学习预测年龄和性别
  • “换行”与“回车”
  • 深度数据修复软件哪个好?盘点2024年好用的4个数据恢复工具。
  • Redis新数据类型
  • 科研修图Adobe全家桶access
  • ANA基因组数据库(ANAgdb)
  • 【Leetcode】单调栈
  • 强化学习DQN实践(gymnasium+pytorch)
  • 人工智能生产力悖论:为什么大多数人没用上AI工具?
  • 得物App获评新奖项,正品保障夯实供应链创新水平
  • 今年双11,拼多多吹“新”风
  • tinyint数据库类型
  • SPA——MVC 与 MVVM - 2024最新版前端秋招面试短期突击面试题【100道】
  • 【测试工具】通过Jmeter压测存储过程
  • Git学习记录
  • 14. 不修改数组找出重复的数字
  • 【论文速读】Optimization-based Prompt Injection Attack to LLM-as-a-Judge
  • Python 从入门到实战43(Pandas数据结构)
  • 哈希函数简介