linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Recent slowdown in single object builds
@ 2019-11-15 23:10 Jens Axboe
  2019-11-16  7:17 ` Masahiro Yamada
  0 siblings, 1 reply; 5+ messages in thread
From: Jens Axboe @ 2019-11-15 23:10 UTC (permalink / raw)
  To: Masahiro Yamada; +Cc: linux-kernel

Hi,

I've noticed that current -git is a lot slower at doing single object
builds than earlier kernels. Here's an example, building the exact same
file on 5.2 and -git:

$ time make fs/io_uring.o
real    0m5.953s
user    0m5.402s
sys     0m0.649s

vs 5.2 based (with all the backports, identical file):

$ time make fs/io_uring.o
real    0m3.218s
user    0m2.968s
sys     0m0.520s

Any idea what's going on here? It's almost twice as slow, which is
problematic...

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-11-18  2:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-15 23:10 Recent slowdown in single object builds Jens Axboe
2019-11-16  7:17 ` Masahiro Yamada
2019-11-16 16:57   ` Jens Axboe
2019-11-18  0:40     ` Masahiro Yamada
2019-11-18  2:34       ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).