[llvm-bugs] [Bug 50026] New: I found a unusual performance issue that you might find interesting.
via llvm-bugs
llvm-bugs at lists.llvm.org
Mon Apr 19 07:39:50 PDT 2021
https://bugs.llvm.org/show_bug.cgi?id=50026
Bug ID: 50026
Summary: I found a unusual performance issue that you might
find interesting.
Product: clang
Version: 10.0
Hardware: Other
OS: OpenBSD
Status: NEW
Severity: normal
Priority: P
Component: C
Assignee: unassignedclangbugs at nondot.org
Reporter: lukensmall at gmail.com
CC: blitzrakete at gmail.com, dgregor at apple.com,
erik.pilkington at gmail.com, llvm-bugs at lists.llvm.org,
richard-llvm at metafoo.co.uk
A couple nearly identical quicksort algorithms. One adds additional global
counters and it takes 40% less time to run! Time discrepancy not reproducible
in gcc the quicksort algorithm with extra counters takes slightly longer in
gcc.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20210419/19214438/attachment.html>
More information about the llvm-bugs
mailing list