|
|
Subscribe / Log in / New account

Shrinking the kernel with an axe

Shrinking the kernel with an axe

[Kernel] Posted Feb 8, 2018 19:41 UTC (Thu) by npitre

This is the third article of a series discussing various methods of reducing the size of the Linux kernel to make it suitable for small environments. The first article provided a short rationale for this topic, and covered link-time garbage collection. The second article covered link-time optimization (LTO) and compared its results to link-time garbage collection. In this article we'll explore ways to make LTO more effective at optimizing kernel code away, as well as more assertive strategies to achieve our goal.

Full Story (comments: 23)


Copyright © 2018, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds