[PATCH] D17555: [Feedback requested] Implement cold spliting

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 23 21:38:30 PST 2016


MatzeB added a comment.

Very interesting, thanks for working on this!

I will do a detailed review soon. At a first glance it looks like this patch could be split up into a part affecting MC and one affecting the AsmPrinters? That would ease review and improve chances that some parts get accepted sooner.

In http://reviews.llvm.org/D17555#360358, @joker.eph wrote:

> I guess the motivation is performance, right? Do you have benchmarks results to motivate this?


There is always the chance for less instruction caches misses if the cold code is out of the way. On top of this it should improve application startup time as there is a chance that the cold code will never be loaded from disk.


http://reviews.llvm.org/D17555





More information about the llvm-commits mailing list