> Write-only variables are now detected and optimized out. That's probably something one should keep in mind when writing micro-benchmarks.
GCC 5.2 released
11–20 of 38 posts
[deleted]
Re: GCC 5.2 released
#12Any benchmarks? How does this compare with previous versions of gcc?
You should investigate by yourself :)
Re: GCC 5.2 released
#13Re: GCC 5.2 released
#14It's worth noting that, due to GCC's new and esoteric version numbering scheme[1], this is a bugfix-only release on the 5.x branch. The bigger news was when GCC 5.1 (a major stable release) was released in April. That said, GCC 5.2 fixes a pretty serious bug that I was hitting so I'm happy to hear about it!
Re: GCC 5.2 released
#15Re: GCC 5.2 released
#16Re: GCC 5.2 released
#17With this release the golang frontend catches up it'so Go version 1.4.2.
EDIT: I'm wrong. That was GCC 5.1.
Re: GCC 5.2 released
#18> Write-only variables are now detected and optimized out. That's probably something one should keep in mind when writing micro-benchmarks.
Re: GCC 5.2 released
#19> Write-only variables are now detected and optimized out. That's probably something one should keep in mind when writing micro-benchmarks.
I'm appalled that this wasn't taken care of 20 years ago. It seems like such low-hanging fruit.