From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:57593) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eAD8N-0003QI-Of for qemu-devel@nongnu.org; Thu, 02 Nov 2017 06:54:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eAD8K-0000XI-OK for qemu-devel@nongnu.org; Thu, 02 Nov 2017 06:54:03 -0400 Received: from mail-wm0-x22d.google.com ([2a00:1450:400c:c09::22d]:50345) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eAD8K-0000Wo-HF for qemu-devel@nongnu.org; Thu, 02 Nov 2017 06:54:00 -0400 Received: by mail-wm0-x22d.google.com with SMTP id s66so10052044wmf.5 for ; Thu, 02 Nov 2017 03:54:00 -0700 (PDT) Sender: Richard Henderson References: <1509618375-164238-1-git-send-email-jiang.biao2@zte.com.cn> From: Richard Henderson Message-ID: Date: Thu, 2 Nov 2017 11:53:55 +0100 MIME-Version: 1.0 In-Reply-To: <1509618375-164238-1-git-send-email-jiang.biao2@zte.com.cn> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] tcg/mips: make some functions inline. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jiang Biao , aurelien@aurel32.net Cc: qemu-devel@nongnu.org, zhong.weidong@zte.com.cn On 11/02/2017 11:26 AM, Jiang Biao wrote: > Make some functions inline. Why? Do you have evidence that the compiler isn't making reasonable default choices with respect to inlining? r~