Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id B3DFFC433F5 for ; Fri, 10 Dec 2021 18:36:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245453AbhLJSjl (ORCPT ); Fri, 10 Dec 2021 13:39:41 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59126 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236135AbhLJSjf (ORCPT ); Fri, 10 Dec 2021 13:39:35 -0500 Received: from mail-pf1-x42e.google.com (mail-pf1-x42e.google.com [IPv6:2607:f8b0:4864:20::42e]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AC47EC061746 for ; Fri, 10 Dec 2021 10:36:00 -0800 (PST) Received: by mail-pf1-x42e.google.com with SMTP id g18so9192410pfk.5 for ; Fri, 10 Dec 2021 10:36:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=MpajK8Tn5tjNGaln2aqAYJxcvVkNrmh9QSmaRYTmHqc=; b=pMnSIa5XwLE2PWoi2feQCvUuZXk1mnWNPmtwwBw9W25Vz7EwjSdu0sHoSAigR9IK6f 18hccWbEwr2VNoZ5RZITZ0wl6bgnMv7BeXyJvaBK9avxEakXvqoBXFlPHjr3wQbktUJR iqLv2+ixZs853vy6YdSOtnGkcLEAAVkXHVYe1xoMB0HtrgCqhfo9zS3i9H0RncHaDkqB DIJ/pAXWLj1279izR2E8bFZFy3yH7y5MN60WncX6EusUWZF1SmK8Fjo4PTa2E24Y0unO HJS5WnEXEiqgs25bdkQvDVykKqyPnGfmYOYoHIdo7lZI1fJYWXUJh77og2la8GwuMZD4 BiBQ== 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=MpajK8Tn5tjNGaln2aqAYJxcvVkNrmh9QSmaRYTmHqc=; b=aIs8WHUwM7jtArfl42RyVpnVhrLyg96di3CfLbTaHPbfYgl25VpT488OnyPqbRnjqn XJdASXSUM+HGIQCr/1Piz5DtpdqXOe+2prjRGsOSRNJjdTEs0O9zHksQAH4ktMThwZ6R uGM/mCDgnfLjtVHIVdegRUl8Fwse01QRBTLAcDIM7QnIVwfc4/rWngg2qQ5zVkcxmcwJ o763XKJQBwAnKzotWI2+XdKUo46E8kZskSXOWYHR1Xu18W4KAIjy2kI4rfvJa2gwJ5px ggQCNSDP5n6sKQkigPD/tMXmIncO5HwQ1xC7dpeW96yImzJxqefUo7C3w0Yr8qn8pkyL Uw6w== X-Gm-Message-State: AOAM5330/cRKfqWMJ6hFrty1iM0Rfd7dJ4+VK1HbbsosSPcmMbehqk2p 1MsYFdlOkuMMkgP+OzUw5FtIRY/3Nb6Cu5cxyRg= X-Google-Smtp-Source: ABdhPJxqmnJVUWpt2txVTFDUxxRXTSammW3xWi9vVIennGMwR7VG1w6GB3Gf+so9YKrkwRgc6Ga7TQZZmUO0DYBR/zs= X-Received: by 2002:a63:1217:: with SMTP id h23mr41179936pgl.18.1639161360184; Fri, 10 Dec 2021 10:36:00 -0800 (PST) MIME-Version: 1.0 References: <20211101044955.2295495-1-goldstein.w.n@gmail.com> <20211117210245.843374-1-goldstein.w.n@gmail.com> In-Reply-To: From: Noah Goldstein Date: Fri, 10 Dec 2021 12:35:48 -0600 Message-ID: Subject: Re: [PATCH v4] arch/x86: Improve 'rep movs{b|q}' usage in memmove_64.S To: David Laight Cc: "tglx@linutronix.de" , "mingo@redhat.com" , "bp@alien8.de" , "x86@kernel.org" , "hpa@zytor.com" , "luto@kernel.org" , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Nov 19, 2021 at 6:05 PM Noah Goldstein wrote: > > On Fri, Nov 19, 2021 at 4:31 PM David Laight wrote: > > > > From: Noah Goldstein > > > Sent: 17 November 2021 22:45 > > > > > > On Wed, Nov 17, 2021 at 4:31 PM David Laight wrote: > > > > > > > > From: Noah Goldstein > > > > > Sent: 17 November 2021 21:03 > > > > > > > > > > Add check for "short distance movsb" for forwards FSRM usage and > > > > > entirely remove backwards 'rep movsq'. Both of these usages hit "slow > > > > > modes" that are an order of magnitude slower than usual. > > > > > > > > > > 'rep movsb' has some noticeable VERY slow modes that the current > > > > > implementation is either 1) not checking for or 2) intentionally > > > > > using. > > > > > > > > How does this relate to the decision that glibc made a few years > > > > ago to use backwards 'rep movs' for non-overlapping copies? > > > > > > GLIBC doesn't use backwards `rep movs`. Since the regions are > > > non-overlapping it just uses forward copy. Backwards `rep movs` is > > > from setting the direction flag (`std`) and is a very slow byte > > > copy. For overlapping regions where backwards copy is necessary GLIBC > > > uses 4x vec copy loop. > > > > Try to find this commit 6fb8cbcb58a29fff73eb2101b34caa19a7f88eba > > > > Or follow links from https://www.win.tue.nl/~aeb/linux/misc/gcc-semibug.html > > But I can't find the actual patch. > > > > The claims were a massive performance increase for the reverse copy. > > > > I don't think that's referring to optimizations around `rep movs`. It > appears to be referring to fallout from this patch: > https://sourceware.org/git/?p=glibc.git;a=commit;h=6fb8cbcb58a29fff73eb2101b34caa19a7f88eba > > which broken programs misusing `memcpy` with overlapping regions > resulting in this fix: > https://sourceware.org/git/?p=glibc.git;a=commit;h=0354e355014b7bfda32622e0255399d859862fcd > > AFAICT support for ERMS was only added around: > https://sourceware.org/git/?p=glibc.git;a=commit;h=13efa86ece61bf84daca50cab30db1b0902fe2db > > Either way GLIBC memcpy/memmove moment most certainly does not > use backwards `rep movs`: > https://sourceware.org/git/?p=glibc.git;a=blob;f=sysdeps/x86_64/multiarch/memmove-vec-unaligned-erms.S;hb=HEAD#l655 > > as it is very slow. > > > The pdf from www.agner.org/optimize may well indicate why some > > copies are unexpectedly slow due to cache access aliasing. > > Even in the `4k` aliasing case `rep movsb` seems to stay within a > factor of 2 of optimal whereas the `std` backwards `rep movs` loses > by a factor of 10. > > Either way, `4k` aliasing detection is mostly a concern of `memcpy` as > the direction of copy for `memmove` is a correctness question, not > an optimization. > > > > > > I'm pretty sure that Intel cpu (possibly from Ivy bridge onwards) > > can be persuaded to copy 8 bytes/clock for in-cache data with > > a fairly simple loop that contains 2 reads (maybe misaligned) > > and two writes (so 16 bytes per iteration). > > Extra unrolling just adds extra code top and bottom. > > > > You might want a loop like: > > 1: mov 0(%rsi, %rcx),%rax > > mov 8(%rsi, %rcx),%rdx > > mov %rax, 0(%rdi, %rcx) > > mov %rdx, 8(%rdi, %rcx) > > add $16, %rcx > > jnz 1b > > > > David > > The backwards loop already has 4x unrolled `movq` loop. ping. > > > > > - > > Registered Address Lakeside, Bramley Road, Mount Farm, Milton Keynes, MK1 1PT, UK > > Registration No: 1397386 (Wales)