Hi Daniel
Ok, now we finally know your goal, graphics performance. How fast are your machines, how
much RAM, and which video cards are you using. As a general rule the kernel is the last place
to look if you are having performance issues. The first suspects are applications and drivers.
If it's a driver issue you can use modprobe to install a different driver without touching the kernel.
It's not unexpected to get slightly different size even with the same config. I believe the parallel options
(-jX to make) can alter the build order, and thus compression.
Exactly. The compiler's output is based on it's input and what you tell it to do. If you use the same tools,
sources, switches, and options you will get the same output.