Re: [patch 00/2] improve .text size on gcc 4.0 and newer compilers

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

 




On Thu, 5 Jan 2006, Martin Bligh wrote:
> 
> There are tools already around to do this sort of thing as well - "profile
> directed optimization" or whatever they called it. Seems to be fairly commonly
> done with userspace, but not with the kernel. I'm not sure why not ...
> possibly because it's not available for gcc ?

.. and they are totally useless.

The fact is, the last thing we want to do is to ship a magic profile file 
around for each and every release. And that's what we'd have to do to
get consistent and _useful_ performance increases.

That kind of profile-directed stuff is useful mainly for commercial binary 
releases (where the release binary can be guided by a profile file), or 
speciality programs that can tune themselves a few times before running.

A kernel that people recompile themselves simply isn't something where it 
works.

What _would_ work is something that actually CHECKS (and suggests) the 
hints we already have in the kernel. IOW, you could have an automated 
test-bed that runs some reasonable load, and then verifies whether there 
are branches that go only one way that could be annotated as such, or 
whether some annotation is wrong.

That way the "profile data" actually follows the source code, and is thus 
actually relevant to an open-source project. Because we do _not_ start 
having specially optimized binaries. That's against the whole point of 
being open source and trying to get users to get more deeply involved with 
the project.

			Linus
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux