public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 0/2] Add ccache support
@ 2013-05-20 17:25 Marek Vasut
  2013-05-20 17:25 ` [U-Boot] [PATCH 1/2] common: Add CCACHE variable to allow use of ccache Marek Vasut
  2013-05-20 17:25 ` [U-Boot] [PATCH 2/2] common: Use separate dirs for each board for ccache Marek Vasut
  0 siblings, 2 replies; 18+ messages in thread
From: Marek Vasut @ 2013-05-20 17:25 UTC (permalink / raw)
  To: u-boot

These two patches make it easy to use ccache with U-Boot to speed up
iterative builds.

The results of building SoC MXS without ccache:
real    1m29.286s
user    7m1.972s
sys     0m46.668s

The results of building SoC MXS with ccache for the first time:
real    1m37.551s
user    7m23.632s
sys     0m59.332s

The results of building SoC MXS with ccache again:
real    0m41.968s
user    1m9.912s
sys     0m20.028s

The speedup is significant.

Marek Vasut (2):
  common: Add CCACHE variable to allow use of ccache
  common: Use separate dirs for each board for ccache

 MAKEALL   |    7 +++++++
 config.mk |    8 +++++---
 2 files changed, 12 insertions(+), 3 deletions(-)

-- 
1.7.10.4

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

end of thread, other threads:[~2013-08-23 20:19 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-20 17:25 [U-Boot] [PATCH 0/2] Add ccache support Marek Vasut
2013-05-20 17:25 ` [U-Boot] [PATCH 1/2] common: Add CCACHE variable to allow use of ccache Marek Vasut
2013-05-21 12:39   ` Wolfgang Denk
2013-05-21 15:04     ` Marek Vasut
2013-08-21 23:39   ` [U-Boot] [U-Boot, " York Sun
2013-08-22  2:51     ` Marek Vasut
2013-08-22  3:42       ` sun york-R58495
2013-08-22  5:02         ` Marek Vasut
2013-08-22  5:45           ` sun york-R58495
2013-08-22  5:54             ` sun york-R58495
2013-08-22 19:36               ` Marek Vasut
2013-08-23  0:05                 ` York Sun
2013-08-23  3:05                   ` Marek Vasut
2013-08-23 20:19                     ` York Sun
2013-05-20 17:25 ` [U-Boot] [PATCH 2/2] common: Use separate dirs for each board for ccache Marek Vasut
2013-05-20 18:09   ` Marek Vasut
2013-05-21 12:45   ` Wolfgang Denk
2013-05-21 15:05     ` Marek Vasut

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox