Additional patch (rolled up from Andi Kleen):
https://www.cen64.com/uploads/rockpix/lto-5.8.patch
Kernel is now compiled with FLTO (full link time optimization) which reduces kernel size when compressed by ~2.75%. Biggest benefits of this are more efficient code execution due to compiler optimizations that are performed by GCC though.
Anyways, new kernel is posted. Hope you enjoy.
I will briefly look into compiling kernel with -Os instead of -O2 next.