Advanced Topics: Function Inlining

preview_player
Показать описание
In this video we discuss function inlining in C++!

Рекомендации по теме
Комментарии
Автор

Finally, the most comprehensive guide on inlining. Almost no-one talks about why is the program fast if you remove the func call and inline instead.

igorgk
Автор

Hi Nick, come across your channel by Youtube recommendation, great content! Love to see more episodes of advanced compiler techniques in C++!

xuandayang
Автор

I would say the keyword inline is rather for the linker than for the compiler.

bsuperbrain
Автор

Cảm ơn bạn rất nhiều! Rất thú vị và dễ hiểu

donam
Автор

i wasnt know we can that that kind of interventions to compiler thx

efeburako.