Originally posted by d2kx
View Post
Announcement
Collapse
No announcement yet.
They Say A Picture Is Worth A Thousand Words
Collapse
X
-
Originally posted by Veerappan View PostI'm somewhat interested to see how the Nvidia propietary drivers score on Win7 vs. Linux. The recent interview suggested that they share 90+% of their code between platforms, and I'd love to see how well that actually is working for Nvidia with respect to cross-platform performance (and if there's any inherent bottlenecks in X or Windows).
I've seen Wine benchmarks in the past that suggest that Wine+Linux can actually run windows applications faster than windows itself (I believe it was some of Anandtech's recent coverage, might've been TechReport). I could see using PTS to comparatively benchmark a few windows game demos against Wine+Demos in PTS (or full versions of the game if there's legal issues running benchmarks on demo versions of said games).
Comment
-
Originally posted by garytr24 View Postyea, this is due to GCC being a worse optimizing compiler compared to VC++. I'll bet the drivers are affected by this as well. Also, firefox+Wine used to be faster than native linux firefox. don't know if that's still the case
Comment
-
Originally posted by Veerappan View PostI'm somewhat interested to see how the Nvidia propietary drivers score on Win7 vs. Linux.
Doesn't seem to hold for mobile chips though, my linux performance was significantly worse than windows performance on them.
Originally posted by Veerappan View PostI've seen Wine benchmarks in the past that suggest that Wine+Linux can actually run windows applications faster than windows itself
Originally posted by garytr24 View PostAlso, firefox+Wine used to be faster than native linux firefox. don't know if that's still the case
Enabling PGO gives roughly ~10% performance, about the difference between windows & linux builds.
It's not that gcc is worse (as garytr24 suggested), it's just that PGO often isn't used because it's not trivial to do in an automated way.
Comment
-
Originally posted by kersurk View PostWhat language is Phoronix Test Suite written in?
(Yes, I'm lazy by not searching it, as it's probably mentioned somewhere)Michael Larabel
https://www.michaellarabel.com/
Comment
Comment