Reputation: 785
Probably my question sounds weird, but my point is: i have to compile a program using GCC, if i compile GCC from the source i will get a slight edge in terms of performances from a software compiled with the fresh new GCC? What I should expect?
Upvotes: 2
Views: 86
Reputation: 36059
Upvotes: 5
Reputation: 22328
Not unless you're building a newer version of gcc, or enabling cloog, graphite, etc.
Upvotes: 1
Reputation: 33227
the performance difference usually is nothing or is negligible.
in a very rare, really very rare cases you can see noticeable difference, but not always performance improvement. degradation is possible too.
Upvotes: 0