§5 优化程序性能

type
status
date
slug
summary
tags
category
icon
password

§5.1 综述

编译器优化

§5.2 普遍有用的优化方法

§5.2.1 代码移动/预先计算

notion image

§5.2.2 复杂运算简化

notion image

§5.2.3 共享公用子表达式

§5.2.4 去掉不必要的过程调用

§5.3 妨碍优化的因素

§5.3.1 过程调用

§5.3.2 存储器别名使用

§5.4 运用指令级并行

流水线

§5.5 处理条件分支

分支预测

期末真题

24春
notion image
notion image
23春
notion image
22春
notion image
D
notion image
21春
notion image
notion image
Loading...