Roland Mainz wrote:
Peter Memishian wrote:
 > > Actual data (from Kit Chow's recent tests): building with -xstrconst saves
 > > 389K of text on a DEBUG kernel.  Certainly not "~~10.1MB", but non-trivial.
 >
 > Is that just "genunix" or the whole kernel with all modules ?

Just genunix and unix, I believe.

How much is saved when the whole kernerl with all modules gets compiled
with "-xstrconst" ?

There isn't any kernel compilation step that "compiles" kernel modules against the kernel. The closest we have is global lint and ctf manipulation.

The kernel modules are compiled separately from the kernel proper; if you make a mistake, the module doesn't load.
_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to