From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 13F771F54E for ; Fri, 2 Sep 2022 10:11:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1662113509; bh=ZacE1DPV/VnTI0Fa0ztVsdnDxqbcPd6L1ILBbuK6ro0=; h=From:To:Subject:Date:From; b=YEnQIn0wcM3kVER5GjE/k0CmpLAGWDjnAGt9tkrbWmNc/M2sB2cs7te6yqzpkfVhr 1YjM3msgf+OtwNQvU8Ah8Jq3mABefRssseUtOP7/sltUI49kgUIYWBUnACxuFfgMWe oHzE2yRnzlshD7colcXX5RE5ACrqH4wrg+IA9cxQ= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] solver: fix rename handling Date: Fri, 2 Sep 2022 10:11:46 +0000 Message-Id: <20220902101148.20708-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: It takes about 5s to generate uncached, but applying 66 patches with a copy in the middle works properly, now: https://yhbt.net/lore/all/34d644a519c/s/?b=target/arm/helper-mve.h Eric Wong (2): solver: handle copies properly solver: do not count duplicates in patch count lib/PublicInbox/SolverGit.pm | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-)