http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53316
--- Comment #12 from Richard Guenther 2012-09-19
09:31:53 UTC ---
Author: rguenth
Date: Wed Sep 19 09:31:49 2012
New Revision: 191465
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191465
Log:
2012-09-19 Richard Guenther
PR other/
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53316
--- Comment #11 from Richard Guenther 2012-09-19
09:30:03 UTC ---
Author: rguenth
Date: Wed Sep 19 09:29:57 2012
New Revision: 191464
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=191464
Log:
2012-09-19 Richard Guenther
PR other/
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53316
--- Comment #10 from David Stone 2012-05-16
15:57:13 UTC ---
I did some research to see how often each optimization level is actually used.
Looking solely at the most followed C and C++ repositories on github, I
collected the following data:
C:
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53316
--- Comment #9 from David Stone 2012-05-11
15:48:53 UTC ---
I suppose this is a much better way to phrase the suggestion as a starting
point. First get -Odebug and then see where we go from there.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53316
--- Comment #8 from Richard Guenther 2012-05-11
08:58:23 UTC ---
(In reply to comment #7)
> (In reply to comment #6)
> > A big question for -Odebug is e.g. if we should enable var-tracking for it
> > or
> > not. While it is time consuming, it s
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53316
--- Comment #7 from Richard Guenther 2012-05-11
08:56:41 UTC ---
(In reply to comment #6)
> A big question for -Odebug is e.g. if we should enable var-tracking for it or
> not. While it is time consuming, it should improve the debug experience,
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53316
--- Comment #6 from Jakub Jelinek 2012-05-11
08:52:51 UTC ---
A big question for -Odebug is e.g. if we should enable var-tracking for it or
not. While it is time consuming, it should improve the debug experience, there
are various cases where -O
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=53316
Richard Guenther changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|