public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/109471] New: Missing loop unrolling for small std::vector?
@ 2023-04-11 10:42 stefano.d at posteo dot de
  2023-04-11 13:42 ` [Bug tree-optimization/109471] " rguenth at gcc dot gnu.org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: stefano.d at posteo dot de @ 2023-04-11 10:42 UTC (permalink / raw)
  To: gcc-bugs

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109471

            Bug ID: 109471
           Summary: Missing loop unrolling for small std::vector?
           Product: gcc
           Version: 12.2.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
          Assignee: unassigned at gcc dot gnu.org
          Reporter: stefano.d at posteo dot de
  Target Milestone: ---

Hi,
I did some benchmarks where I wanted to bench a switch-case statement against a
small std::vector. In GCC 12.2 the result was as expected: The switch-case
statement was faster than the linear search in std::vector. But when I switched
to clang 13 or above, the std::vector implementation was much faster than the
switch-case statement!

You can the results here:
https://quick-bench.com/q/9DEDS7rQm0MnIFxwZt3A2iD86G0

Please switch here between GCC and clang.

Here an assembly output:

https://godbolt.org/z/j8oenP8x9

Kind regards
Stefano

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-04-11 13:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-11 10:42 [Bug c++/109471] New: Missing loop unrolling for small std::vector? stefano.d at posteo dot de
2023-04-11 13:42 ` [Bug tree-optimization/109471] " rguenth at gcc dot gnu.org
2023-04-11 13:47 ` xry111 at gcc dot gnu.org
2023-04-11 13:49 ` [Bug tree-optimization/109471] Missing loop unrolling for small std::array? stefano.d at posteo dot de
2023-04-11 13:52 ` stefano.d at posteo dot de

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).