Is Link Time Optimization (LTO) useful ? #1822
damienmarchal
started this conversation in
Ideas / Suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Link Time Optimization is a general term that designate the ability to optimize (eg: inline) a function call across translation unit (the .cpp/.o)
LTO is It is more and more available in compilers/linkers.
It theory it reduce the need for code inlining or template inlinine which simplify the writing of the code.
If you have experience on how LTO is actually optimizing SOFA code, please report that here.
Beta Was this translation helpful? Give feedback.
All reactions