From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pf1-x431.google.com (mail-pf1-x431.google.com [IPv6:2607:f8b0:4864:20::431]) by sourceware.org (Postfix) with ESMTPS id 20E5E3858C74 for ; Mon, 7 Mar 2022 14:20:02 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 20E5E3858C74 Received: by mail-pf1-x431.google.com with SMTP id d187so13896156pfa.10 for ; Mon, 07 Mar 2022 06:20:02 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=YTRwxFX2XuP1IE/an4jH2CP1gp9RWsQL9H9sVsP3Yn8=; b=ha5UKp57kJb47+8b4KTE/sPj058lLGmlxIlZ3foMXG8dln02odNzWd2Dq0bOEnvrkk lTGSEwHEIuL8oWoCTRCt2Ygp0gibRDm+ciRCTwLPABWJ6i6NJznwyJ18xGYIFtsVAok3 NomzXv5qcjcQER/vW1KKQOUPzto8lm5dmsFlrrZnEugwpT7r44CgUVYWUw/4mDHOibid SY9siaBzZGq06JzBZsltRJJbMrwz19NcmNhF7IDcG2fULf9tlkI+tOh2B522snLPv97+ DqontTEbq2nWD9sP3HyjU0i7FGVF9xMkXYIqh0PQMgl0y/hdTukvApL5Jr/6Gp+Mnc5+ 6usw== X-Gm-Message-State: AOAM530oe+C25qzdHGExsWUhuuk1vDNKHYsWoXkMi2/DFdrpt4EZY23q gagoLXizZTqroZHOAmb6Cfu4dffzCYuRucBO2Sw= X-Google-Smtp-Source: ABdhPJwFrzBVbSxtHtNhQO8Lg6UkwGUweUIK1shK1a/yDtjOIokvACxd1jYPuxBsBAyUCe7GUT7wUG0MspA1s7nDEnM= X-Received: by 2002:aa7:8882:0:b0:4e1:4531:e3c8 with SMTP id z2-20020aa78882000000b004e14531e3c8mr12943536pfe.76.1646662801213; Mon, 07 Mar 2022 06:20:01 -0800 (PST) MIME-Version: 1.0 References: <32f20712-bb30-1ee1-0284-7cf57ca9e5ee@suse.com> In-Reply-To: From: "H.J. Lu" Date: Mon, 7 Mar 2022 06:19:25 -0800 Message-ID: Subject: Re: x86: IAMCU, L1OM, and K1OM To: Jan Beulich Cc: Binutils Content-Type: text/plain; charset="UTF-8" X-Spam-Status: No, score=-3020.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: binutils@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2022 14:20:03 -0000 On Mon, Mar 7, 2022 at 6:14 AM Jan Beulich wrote: > > On 07.03.2022 15:09, H.J. Lu wrote: > > On Mon, Mar 7, 2022 at 3:04 AM Jan Beulich wrote: > >> may I ask what the status / purpose of these is? They were added years > >> ago, but actually useful functionality has never appeared. Since I've > >> noticed a couple of issues with the involved gas code, I'm now > >> wondering: Should I try to make fixes, or can the logic rather be > >> purged altogether? Even if the overhead isn't high, the presence of > >> support for these not really usable sub-architectures is causing some > >> extra cycles to be wasted on each and every gas invocation. > > > > We can deprecate L1OM and K1OM. > > And "deprecate" == "delete" or something less heavy? We can delete them and make an announcement. > > But we should keep IAMCU. > > IOW there's stuff to come to actually fill this? > What do you mean? IAMCU is used. -- H.J.