Shrinking the kernel with link-time optimization
Shrinking the kernel with link-time optimization
Posted Feb 2, 2018 4:27 UTC (Fri) by HelloWorld (guest, #56129)In reply to: Shrinking the kernel with link-time optimization by ehiggs
Parent article: Shrinking the kernel with link-time optimization
vtables are used in C as well, except you have to write them manually instead of having the compiler doing it for you (e. g. struct file_operations). So C++ doesn't really add any new problems here.