02月28, 2021

Interprocedural optimization

Interprocedural optimization (IPO) is a collection of compiler techniques used in computer programming to improve performance in programs containing many frequently used functions of small or medium length.

IPO differs from other compiler optimization because it analyzes the entire program; other optimizations look at only a single function or even a single block of code.

本文链接:https://harry.ren/post/interprocedural-optimization.html

-- EOF --

Comments