Skip to content

Commit

Permalink
Add interprocedural term
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Feb 24, 2018
1 parent ce5e96c commit d7b1681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ See the `Static Libraries` section of <http://www.evanjones.ca/build-c.html> for

### link time optimization

Link time optimization (LTO) describes a method for "intermodular" optimizations on code (also known as "cross program" or "whole program optimization").
Link time optimization (LTO) describes a method for "intermodular" optimizations on code (also known as "interprocedural", cross program", or "whole program" optimization).

LTO describes when optimizations are applied across [translation units](#translation-unit) through coordination between the compiler and the linker.

Expand Down

0 comments on commit d7b1681

Please sign in to comment.