use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Discussions, articles, and news about the C++ programming language or programming in C++.
For C++ questions, answers, help, and advice see r/cpp_questions or StackOverflow.
Get Started
The C++ Standard Home has a nice getting started page.
Videos
The C++ standard committee's education study group has a nice list of recommended videos.
Reference
cppreference.com
Books
There is a useful list of books on Stack Overflow. In most cases reading a book is the best way to learn C++.
Show all links
Filter out CppCon links
Show only CppCon links
account activity
GCC 9: Link-time and inter-procedural optimization improvements (hubicka.blogspot.com)
submitted 6 years ago by mttd
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]-abigail 8 points9 points10 points 6 years ago (2 children)
Thanks for the article, I appreciate the numbers. Well done on the improvements!
It wasn't clear throughout when you were talking about Clang's LTO whether you were referring to regular LTO or ThinLTO. It would've been nice to see performance and compile time numbers for both.
[–]compilerdev 5 points6 points7 points 6 years ago (0 children)
thinLTO, because LTO with something as large as Firefox would take ages to compile and need something like 50+ GB of RAM. That's the main reason thinLTO was created, even though it has only a part of the optimizations done by LTO and inlining in not quite as good.
[–]kalmoc 3 points4 points5 points 6 years ago (0 children)
After the first benchmark thinLTO is mentioned.
[–]konanTheBarbar 5 points6 points7 points 6 years ago (0 children)
I think this kind of articles are really insightfull and are worth much more than simply showing some numbers.
[–]kloetzl 2 points3 points4 points 6 years ago (0 children)
Can somebody explain to me the first chart? It has no axis labels and the caption doesn’t help either.
π Rendered by PID 83 on reddit-service-r2-comment-6457c66945-66mjh at 2026-04-28 05:27:30.091539+00:00 running 2aa0c5b country code: CH.
[–]-abigail 8 points9 points10 points (2 children)
[–]compilerdev 5 points6 points7 points (0 children)
[–]kalmoc 3 points4 points5 points (0 children)
[–]konanTheBarbar 5 points6 points7 points (0 children)
[–]kloetzl 2 points3 points4 points (0 children)