From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl1-x62f.google.com (mail-pl1-x62f.google.com [IPv6:2607:f8b0:4864:20::62f]) by sourceware.org (Postfix) with ESMTPS id A54FF3858D35 for ; Mon, 7 Mar 2022 14:10:01 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org A54FF3858D35 Received: by mail-pl1-x62f.google.com with SMTP id s1so13838445plg.12 for ; Mon, 07 Mar 2022 06:10:01 -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=BIGaFE8J/oqG3sADeeJ77C2V529lfywtVe5UyOTsyC8=; b=dPmQXjq3OhUIj9/T7ZsexNmRcq4ltMsMforrv3JgAsbaDAwrUJeC5rBNul7IQRf36C aRtQNizlwKmDgWeBhYCV1qM/WZaqyQlsV/AhBL/byfR5PhEGVVS2gyrFMfRCHkklnm/t IvoIT/394SyjNCHbI0eBvC0GFhAChTBgFjeE+XiuX7zxeKp0U/QaIwFJkraRatloIfU+ 5KCwyjv1wWC71tUXK1fOD/KPHFa3YHdYBhJy7lUQJ6v3Kh7J1ug1NfHRshQLbnFvVxvA 3B3b4QIOB/+zXPlZd/2gbAWUokqyNEB8s7TVX1IbvQWU3hHql30ag86rIQ+XVRG5rLw1 4uGw== X-Gm-Message-State: AOAM533t2Lrb2yE+n3UiXlQGlboCMIWcpiprAKFtWgFlyaIEJlv9mhHM bP5xYYliMvyizyLeeicnZSVNM12Cy2lnt0eqmugPqe51Ce0= X-Google-Smtp-Source: ABdhPJwzmpCwGwzfkPgA12Cfp9dsmTdgzla16PPl5jltF04meyfTdpiHo1WPjAT3JRCwt2GizxgdTeAlpuE8rDdUxJE= X-Received: by 2002:a17:902:d512:b0:151:a5db:2e39 with SMTP id b18-20020a170902d51200b00151a5db2e39mr12010312plg.102.1646662200561; Mon, 07 Mar 2022 06:10:00 -0800 (PST) MIME-Version: 1.0 References: <32f20712-bb30-1ee1-0284-7cf57ca9e5ee@suse.com> In-Reply-To: <32f20712-bb30-1ee1-0284-7cf57ca9e5ee@suse.com> From: "H.J. Lu" Date: Mon, 7 Mar 2022 06:09:24 -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=-3021.0 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:10:03 -0000 On Mon, Mar 7, 2022 at 3:04 AM Jan Beulich wrote: > > H.J., > > 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. > > Thanks for any insight into possible plans here, > Jan > We can deprecate L1OM and K1OM. But we should keep IAMCU. Thanks. -- H.J.