Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Fail (Score 2) 80

The selling point of the Iris Pro is that it should be able to play AAA games at medium presets, but it's crippled by the low TDP and other iGPUs thrash it in benchmarks.
But then you would expect it to be virtually silent, because of the low TDP, but it's actually quite noisy.
Then, there's the price. Iris Pro has always come with a high price, because eDRAM is expensive to manufacture. That's one of the reasons why the previous generation Iris Pro had so few design wins.

Comment You forget memory usage... (Score 4, Insightful) 218

When you load a javascript library the browser has to allocate memory to every function in the library even if they are never used and most web sites are using dozens of javascript libraries. While this is ok on a desktop, on a tablet - which has much less memory - it means you only have enough memory to have one web page open at a time. Some web pages are so infested with javascript libraries they cause the tablet browser to crash. And they are just displaying static text and images, something that doesn't require javascript.

Comment Re:Stock price impact. (Score 1) 27

That's not the way it works.
Qualcomm is successful because their modems support *all* telecom protocols, not just LTE. That's know as a "world modem". No other company has that support. So, if they want to sell their phone in a certain market they have to use a Qualcomm modem. If they try to use a Qualcomm modem solution, with a third party SoC the manufacture gets charged a penalty - the same modem is a lot cheaper if you pair it with a Snapdragon SoC. And *that's* how Qualcomm make their money.

Slashdot Top Deals

Never test for an error condition you don't know how to handle. -- Steinbach

Working...