gnewsense-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnewsense-dev] [loongson-support 10/27] add loongson-specific cpu-featu


From: wuzhangjin
Subject: [Gnewsense-dev] [loongson-support 10/27] add loongson-specific cpu-feature-overrides.h
Date: Thu, 21 May 2009 05:28:35 +0800

From: Wu Zhangjin <address@hidden>

This file will obviously reduce the size of kernel image file, reduce
tons of branches and enhance the performance.

$ wc -c vmlinux         // before
8054849 vmlinux
$ wc -c vmlinux         // after
7626936 vmlinux
$ echo $(((8054849-7626936)/1024))      // kb
417
$ echo "(8054849-7626936)/8054849" | bc -l
.05312489408553779220

Signed-off-by: Wu Zhangjin <address@hidden>

-- 
1.6.2.1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]