CSAPP
文章平均质量分 93
BravoNathan
新的起点! bravonathan
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Data_lab cmu15-213
DataLab总结 今天做完了好久之前学的第二章的《信息的表示与处理》,开始着手把lab做完,争取这个月同步。 在边做lab也边把之前的知识复习了一遍。 1. BitXor //题目描述: /* * bitXor - x^y using only ~ and & * Example: bitXor(4, 5) = 1 * Legal ops: ~ & * Max ops: 14 * Rating: 1 */ 要求:用~和&表示异或^ 分析: x ^原创 2022-03-11 09:53:51 · 653 阅读 · 0 评论 -
Chapter5: Program Optimization2 (cmu15-213)
Exploiting Instruction-level Parallelism Need general understanding of modern processor design Hardware can execute multiple instructions in parallel Performance limited by data dependencies Simple transformations can yield dramatic performance improv.原创 2021-12-24 15:21:59 · 490 阅读 · 0 评论 -
Program Optimization程序优化(1)cmu15-213
csapp程序优化原创 2021-12-22 14:17:03 · 290 阅读 · 0 评论
分享