LWN.net Logo

Shrinking the kernel with gcc

Shrinking the kernel with gcc

Posted Jan 22, 2004 20:46 UTC (Thu) by oak (subscriber, #2786)
In reply to: Shrinking the kernel with gcc by dw
Parent article: Shrinking the kernel with gcc

In earlier decades when code was small and fast it was pretty common to pass arguments in registers instead of stack. Besides saving memory, it should be also faster, that can make people more interested about it.

The register passing was the thing making stuff binary incompatible, other changes should be usable without problems.


(Log in to post comments)

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