摘要:论文笔记:An Empirical Guide to the Behavior and Use of Scalable Persistent Memory 《An Empirical Guide to the Behavior and Use of Scalable Persistent Memor
阅读全文
随笔分类 - 体系结构
摘要:论文笔记:An Empirical Guide to the Behavior and Use of Scalable Persistent Memory 《An Empirical Guide to the Behavior and Use of Scalable Persistent Memor
阅读全文
摘要:Shadow Stack技术概述 原文和术语 主要对下面这两篇论文的笔记和总结。 SoK: Shining Light on Shadow Stacks The Performance Cost of Shadow Stacks and Stack Canaries instrument:插桩 pr
阅读全文
摘要:补码的本质 在很多课堂上,老师都讲过补码的概念。可是不管怎么讲,最后留在头脑中的只有一些例如“补码的符号位可以直接参与运算”之类的方法,还有一条公式: \[ 正数补码=本身,负数补码=反码+1 \] 这些方法和公式似乎成了考试解题的金科玉律。然而,今天早上突然想知道,补码到底是什么,为什么有上面那些
阅读全文
摘要:1.1 个人电脑、服务器、个人移动设备、超级计算机、嵌入式计算机等 1.2 采用流水线提高性能 通过冗余提高可靠性 采用预测提高性能 加速大概率事件 存储器层次 通过并行提高性能 面向摩尔定律的设计 h, 使用抽象简化设计 这道题的题目和solution都很奇怪。先存疑。 1.3 由编译器转化为汇编
阅读全文
|