android_kernel_xiaomi_sm8350/init
Linus Torvalds 0910b444bc Expose "Optimize for size" option for everybody
Let's put my money where my mouth is.  Smaller code is almost always
faster, if only because a single I$ miss ends up leaving a lot of cycles
to make up for.  And system software - kernels in particular - are known
for taking more cache misses than most other kinds.

On my random config, this made the kernel about 10% smaller, and lmbench
seems to say that it's pretty uniformly faster too. Your milage may vary.

Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-12-13 11:39:05 -08:00
..
calibrate.c
do_mounts_devfs.c
do_mounts_initrd.c
do_mounts_md.c
do_mounts_rd.c
do_mounts.c
do_mounts.h
initramfs.c [PATCH] free initrd mem adjustment 2005-09-13 08:22:28 -07:00
Kconfig Expose "Optimize for size" option for everybody 2005-12-13 11:39:05 -08:00
main.c [PATCH] sched: disable preempt in idle tasks 2005-11-09 07:56:33 -08:00
Makefile
version.c