Stories
Slash Boxes
Comments

SoylentNews is people

SoylentNews is powered by your submissions, so send in your scoop. Only 12 submissions in the queue.
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 0) by Anonymous Coward on Friday April 25, @05:13AM

    by Anonymous Coward on Friday April 25, @05:13AM (#1401447)

    Certainly you can get a big improvement by, say, having AVX enabled vs. having it disabled. But what happens in the real world is binary distros enable everything, and then the code determines at runtime what is available, and chooses the appropriate code path. So really what you are getting in most cases is just a size optimization, not a performance optimization. Maybe you can get more speedup in specific programs with -O3 or higher, which isn't safe to use system-wide.

    Gentoo doesn't even allow you to compile glibc any more without all the compatibility cruft. If you build glibc today, it will have compatibility code for kernels going all the way back to 2.6. Ironically, binary distros are now better at this than Gentoo.