Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:He's wrong. (Score 4, Insightful) 649

Version diversity isn't the only kind. Implementation and hardware diversity matters too - for instance, I've run into a crash bug when attempting to start a new Activity from within a TabHost that only occurs on Galaxy S devices. That sort of thing is really incredibly frustrating, and makes QA far more of a pain in the ass than it should be.

Comment Re:Products (Score 2) 497

Real-world benchmarks that aren't linpack. Video encoding. Games. OLTP and OLAP workloads, as tested with MySQL, PostgreSQL, and Microsoft SQL. Even the TPC-C results are pretty unimpressive.

You seem way too personally involved in this.

Comment Re:botched processor design? (Score 1) 497

For specific workloads, Itanium is great. It can sustain 2 FP loads, 2 FP stores, and 2 FMA's in a cycle, which means for certain types of DSP-ish workloads, it has more performance per-cycle than just about any other mainstream CPU. It also has a very high-performance cache hierarchy, with massive blobs of SRAM and a low-latency L1 (one cycle to access.) The problem is that it's expensive, clocked low, and not really ideal for where it's marketed (the mission-critical enterprise server business.) It still has significant advantages over Xeon for some workloads, namely things that are highly cache-sensitive or that scale high enough where directory-based coherence is good to have.

Slashdot Top Deals

"Experience has proved that some people indeed know everything." -- Russell Baker

Working...