From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from bombadil.infradead.org ([198.137.202.133]:57566 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728513AbfKHJz3 (ORCPT ); Fri, 8 Nov 2019 04:55:29 -0500 Date: Fri, 8 Nov 2019 10:55:20 +0100 From: Peter Zijlstra Subject: Re: [RFC PATCH v2 1/3] scripts: Add sortorctable to sort ORC unwind tables Message-ID: <20191108095520.GK4114@hirez.programming.kicks-ass.net> References: <20191108071108.72132-1-shile.zhang@linux.alibaba.com> <20191108071108.72132-2-shile.zhang@linux.alibaba.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191108071108.72132-2-shile.zhang@linux.alibaba.com> Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: shile.zhang@linux.alibaba.com Cc: Masahiro Yamada , Michal Marek , Thomas Gleixner , Ingo Molnar , Borislav Petkov , Josh Poimboeuf , x86@kernel.org, "H . Peter Anvin" , linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org On Fri, Nov 08, 2019 at 03:11:06PM +0800, shile.zhang@linux.alibaba.com wrote: > From: Shile Zhang > > Sort orc_unwind and orc_unwind_ip tables at build time instead of runtime > in boot pharse can save more boot time. I still object to adding a copy of sortextable instead of making one tool for all sorts.