Eve-ning / vsrg

a c++ static library for vsrg
https://twitter.com/dev_evening
2 stars 0 forks source link

Inlining Functions #2

Closed Eve-ning closed 4 years ago

Eve-ning commented 5 years ago

Will have to inline small functions for performance. Not sure if that's required regardless, unless performance improves a lot

Eve-ning commented 4 years ago

By default, will never inline any function unless it's really needed. This is largely due to function lookup problems when definition is stated in .h files