From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id C52C73858D20; Wed, 31 May 2023 12:14:58 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C52C73858D20 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1685535298; bh=XzX4JATtTpC0zpqeTxfhbGMBblyKoIqTAcv6AgJr5Qk=; h=From:To:Subject:Date:In-Reply-To:References:From; b=EPsVNWKYC29KDP+pZjiU4brpdINF7jz0a0CMagrigXM4g1IqY84EEb1yddXviygQW R4K2pkrauGBXtUg7eCj7CbMBwFlGbyXizqEXYKQs5HuLl+r7VpgzP4ZHSQvr4eYo6A 1X9v+nPxZy28uVVjzxCKe2t+vgppz8ukY3RsvwFo= From: "d_vampile at 163 dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/110059] When SPEC is used to test the GCC (10.3.1), the test result of subitem 548 fluctuates abnormally. Date: Wed, 31 May 2023 12:14:58 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 10.3.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: d_vampile at 163 dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: version cf_gcctarget bug_file_loc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=3D110059 d_vampile changed: What |Removed |Added ---------------------------------------------------------------------------- Version|10.3.1 |10.3.0 Target| |aarch64 URL| |https://gcc.gnu.org/piperma | |il/gcc-patches/2019-Septemb | |er/530304.html --- Comment #1 from d_vampile --- When the SPEC is used to test the GCC (10.3.0) performance, the test result= of subitem 548 fluctuates abnormally.=20 Trace the cause of the exception. I analyze that the commit(r276140) is fau= lty. Revert this commit(r276140), and the fluctuation of spec 548 test results f= or gcc 10.3.0 is significantly reduced. The following is the test result. GCC 10.3.0 test result: Benchmarks copies runtime ratio 548.exchange2_r 128 553 607=20=20 548.exchange2_r 128 512 654=20 548.exchange2_r 128 513 654=20=20 548.exchange2_r 128 553 607=20=20 548.exchange2_r 128 553 607=20=20 548.exchange2_r 128 514 652=20=20 548.exchange2_r 128 515 652=20=20 548.exchange2_r 128 553 607=20=20 548.exchange2_r 128 553 607=20=20 548.exchange2_r 128 508 660=20=20 Test result after revert this commit: Benchmarks copies runtime ratio 548.exchange2_r 128 520 645=20=20 548.exchange2_r 128 680 494=20=20 548.exchange2_r 128 527 637=20=20 548.exchange2_r 128 679 494=20=20 548.exchange2_r 128 524 640=20=20 548.exchange2_r 128 679 494=20=20 548.exchange2_r 128 524 640=20=20 548.exchange2_r 128 524 640=20=20 548.exchange2_r 128 520 645=20=20 548.exchange2_r 128 521 644=