From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-it0-x22b.google.com (mail-it0-x22b.google.com [IPv6:2607:f8b0:4001:c0b::22b]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 5CCF31A1E01 for ; Tue, 30 Aug 2016 07:34:43 -0700 (PDT) Received: by mail-it0-x22b.google.com with SMTP id e63so166846449ith.1 for ; Tue, 30 Aug 2016 07:34:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=+21LO4RSk20ENq2kflgfUt6cLqFe8p0hExvdMoGvASA=; b=P5+ooOUBDbCEoMH6H0hevx8M5KAk5a7725u6xPxXo7bZZiSDY7Vrs8aQX2sQfRtMCM nJBx4t3gPe6dkSyC5H/7c1i8aPn+QvuxSiKyZ+xuKeO/nYYB1ADw9oR8CjW3G+2MjJeL p+1YBJzcX4wCw8RVZLKDq/S6xsLga6WpQqGTg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=+21LO4RSk20ENq2kflgfUt6cLqFe8p0hExvdMoGvASA=; b=jYvAQVS7hO8AjlVVTt74aitkbTPNpSsr0em6qnGz9k8M2ybC/2F4RnxBitYUSoR0Tg q2VEVNMMi/Y4/FcoO+dno/NDZUYOaHOZjkBh3ZB21F6LFTgkF3/ZVnmg36UN2MWe9gbq 2b9ocvHvhgyn7JKXdqREcmNFWsn8GnQxDVXeIJ/KtWgjgYgKzVn9jmcfSgBl8aIZFNQk EnW0AtQWbySG1njJQX8yNB/m+vWjpoh8SaG/HnKLG9rAVXKTY/3dHbrQbT40g2dbWPVU pNb8IKUooW+t2EMGoaih846kmTc7PICdtaHpilvrRg5eRZkdwFoLDlJLRXEYLYF0bjbi CI6g== X-Gm-Message-State: AE9vXwMzvteardYghsev01fnJhvNQ/mCB10QIEEkWO6JKfPWPWlKCXde8I9pp6W9Qc8VF/SBLq1KgMw4P4rT7pxL X-Received: by 10.36.34.204 with SMTP id o195mr6437470ito.29.1472567682727; Tue, 30 Aug 2016 07:34:42 -0700 (PDT) MIME-Version: 1.0 Received: by 10.36.204.195 with HTTP; Tue, 30 Aug 2016 07:34:42 -0700 (PDT) In-Reply-To: <1472567244-32031-1-git-send-email-ard.biesheuvel@linaro.org> References: <1472567244-32031-1-git-send-email-ard.biesheuvel@linaro.org> From: Ard Biesheuvel Date: Tue, 30 Aug 2016 15:34:42 +0100 Message-ID: To: edk2-devel-01 , Leif Lindholm Cc: Ard Biesheuvel Subject: Re: [PATCH v4 0/4] MdeModulePkg/EbcDxe: AARCH64 improvements X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Aug 2016 14:34:43 -0000 Content-Type: text/plain; charset=UTF-8 On 30 August 2016 at 15:27, Ard Biesheuvel wrote: > This is v4 of my proposed changes to the AARCH64 implementation of EbcDxe > contributed by Jeff Brasen, which has recently been merged into Tianocore. > > Changes since v3: > - fix typo in comment (#1) > - clarify comments around computed goto in EBC to native thunk, and make sure > the jump target is 32-bit aligned (#3) > - fix comment and constify Args9_16[] in EbcInterpret() prototype (#4) > - add Leif's R-b (#1, #2, #4) > > Ard Biesheuvel (4): > MdeModulePkg/EbcDxe AARCH64: clean up comment style in ASM file > MdeModulePkg/EbcDxe AARCH64: use a fixed size thunk structure > MdeModulePkg/EbxDxe AARCH64: use tail call for EBC to native thunk > MdeModulePkg/EbcDxe AARCH64: simplify interpreter entry point thunks > > MdeModulePkg/Universal/EbcDxe/AArch64/EbcLowLevel.S | 285 +++++++++++--------- > MdeModulePkg/Universal/EbcDxe/AArch64/EbcSupport.c | 193 ++++--------- > 2 files changed, 210 insertions(+), 268 deletions(-) > Hmm, I seem to have forgotten to put the actual MdeModulePkg maintainers on cc.