From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.smtpout.orange.fr (smtp-16.smtpout.orange.fr [80.12.242.16]) by sourceware.org (Postfix) with ESMTPS id 1B3173858408 for ; Fri, 25 Aug 2023 11:52:14 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 1B3173858408 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=jacob.remcomp.fr Authentication-Results: sourceware.org; spf=none smtp.mailfrom=jacob.remcomp.fr Received: from smtpclient.apple ([90.22.252.13]) by smtp.orange.fr with ESMTPS id ZVMKqdUPF9KIfZVMKqyZCe; Fri, 25 Aug 2023 13:52:13 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wanadoo.fr; s=t20230301; t=1692964333; bh=Q7hS8qhXx8GyhGa3K5VPX0I62BqmOfY2KW2j8wdbtfc=; h=From:Subject:Date:To; b=S5xpRQihnODDz5ZSmo9KOLugdLwakouJfwdA54araNu6wLZsc/DzI06+lXjXjBbz8 ZjwWbpTm52NWJPxVS9sDPQDMc1hiaw7Kh9CDl7DvYKgMGNjd1laGjo22Y9qHJ/4Lwn F1un2BvWCnSUr2edteGGFukLHpfF7gMw4i1eiNuRFtMVX2bEhpUhZFIsTZG2IZkrTx 5gBlpM0e2m4ljgjJq+2CFk5iB0z75nxn1B1DsszgFaqLDScEEU9MbKxI3pDyE0j5H3 ctmHPZOrGlCtBKgFWFdif9pGewFL79tit39i0Vj78KGu/bkBysx8hp1eNDMRvLRpX/ xH6ILuXZl6I5w== X-ME-Helo: smtpclient.apple X-ME-Date: Fri, 25 Aug 2023 13:52:13 +0200 X-ME-IP: 90.22.252.13 From: jacob navia Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.600.7\)) Subject: P.S. Follow up to my last post Message-Id: <1140E4A3-B227-4824-B4D1-88A95910C0CC@jacob.remcomp.fr> Date: Fri, 25 Aug 2023 13:52:02 +0200 To: binutils@sourceware.org X-Mailer: Apple Mail (2.3731.600.7) X-Spam-Status: No, score=0.5 required=5.0 tests=BAYES_20,DKIM_SIGNED,DKIM_VALID,FORGED_SPF_HELO,RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H5,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_NONE,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Sorry, pressed send too son. The lack of the Ebb instructions is CRUCIAL for performance when = accessing tables / arrays! This instructions allow to combine an addition and a shift by 1, 2 or 3, = to access tables of shorts, ints or doubles. This speeds up the access to tables enormously and would allow gcc to = generate much better code. That is the motivation behind this bug report.=