Memory Management

Undergraduate topics in computer science(2023)

引用 0|浏览1
暂无评分
摘要
AnMemory important component of an abstract machine’s interpreter is the one dealing with memory management. If this component can be extremely simple in a physical machine, memory management in an abstract machine for a high-level language is fairly complicated and can employ a range of techniques. We will see both static and dynamic management and will examine activation records, the system stack and the heap. One section in particular is dedicated to the data structures and mechanisms used to implement scope rules. Conceptually, also garbage-collection techniques—that is, tools for the automatic recovery of memory allocated in the heap—are included in memory management. However, to make the presentation more coherent, these techniques will be explained in Sect. 8.12 , after having dealt with data types and pointers.
更多
查看译文
关键词
memory,management
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要