← Back to Users
looxix's activity in the archive.
The size of the source doesn't matter. But what's annoy me it's the fact that the size of my kernel binary grow faster than the source.
while ...
The GPL is a matter of copyright law
The GPL is contract law:
it is a license between you and the copyright owner, giving you the right of ...
Of course IANAL
Almost all programs should run a bit (10%) faster when linked with smalls C library (dietlibc, uClibc). Somes are even more twice faster.
ls is probably statically linked Certainly not, a "return 42;" statically linked with glibc-2.2.3 and maximally stripped is more tha 300Kb.
The size of the source doesn't matter. But what's annoy me it's the fact that the size of my kernel binary grow faster than the source.
while ...
The GPL is a matter of copyright law
The GPL is contract law:
it is a license between you and the copyright owner, giving you the right of ...
Of course IANAL
Almost all programs should run a bit (10%) faster when linked with smalls C library (dietlibc, uClibc). Somes are even more twice faster.
ls is probably statically linked Certainly not, a "return 42;" statically linked with glibc-2.2.3 and maximally stripped is more tha 300Kb.