Y
Hacker News
new
|
ask
|
show
|
jobs
by
bruce343434
955 days ago
Program runtime
1 comments
jeffbee
955 days ago
Not necessarily. You specify the objective, just as you do with compile-time optimization. You can LTO with binary size objective, -Os or -Oz, or for speed, -O/2/3 whatever.
link