RFC: Use single pass kallsyms
From: Andi Kleen <hidden>
Date: 2013-08-09 16:03:34
Also in:
linux-kbuild, lkml
From: Andi Kleen <hidden>
Date: 2013-08-09 16:03:34
Also in:
linux-kbuild, lkml
This is my attempt to avoid extra link steps for kallsyms. Originally for LTO (where it gives dramatic build time improvements), but it also gives a nice build speedup on a standard build (-10s on my laptop) Even with this we still link two times (one more for modpost), but this may be eventually fixable too. Right now this is an RFC, I'm particularly interested in testing on more architectures.