From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60297) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WX6Bw-0001su-8t for qemu-devel@nongnu.org; Mon, 07 Apr 2014 05:50:17 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WX6Br-0006M7-Fb for qemu-devel@nongnu.org; Mon, 07 Apr 2014 05:50:12 -0400 Received: from mail-lb0-f179.google.com ([209.85.217.179]:46354) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WX6Br-0006Cq-8l for qemu-devel@nongnu.org; Mon, 07 Apr 2014 05:50:07 -0400 Received: by mail-lb0-f179.google.com with SMTP id p9so4434874lbv.24 for ; Mon, 07 Apr 2014 02:50:04 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <53425BE9.9090806@huawei.com> References: <1396555000-8205-1-git-send-email-rth@twiddle.net> <1396555000-8205-12-git-send-email-rth@twiddle.net> <53425BE9.9090806@huawei.com> From: Peter Maydell Date: Mon, 7 Apr 2014 10:49:43 +0100 Message-ID: Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [PATCH v3 11/26] tcg-aarch64: Reuse LR in translated code List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Claudio Fontana Cc: Laurent Desnogues , QEMU Developers , "claudio.fontana" , Richard Henderson On 7 April 2014 09:03, Claudio Fontana wrote: > On 03.04.2014 21:56, Richard Henderson wrote: >> It's obviously call-clobbered, but is otherwise unused. >> Repurpose it as the TCG temporary. > Giving one last chance to the ARM guys to speak up about repurposing LR. Can you clarify what you think the issue is with using LR? I think you said before but I forget :-( thanks -- PMM