Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:It's a question that WAS relevant (Score 3, Interesting) 161

I think a large part of the confusion is that CISC often means accumulator architectures (x86, z80, etc) vs RISC which means general purpose register (ppc, sparc, arm, etc) In between you have variable width RISC like thumb2.

As an occasional assembly programmer (PowerPC currently) I far prefer these RISC instructions. With x86 (12+ years ago) I would spend far more instructions juggling values into the appropriate registers, then doing the math, then juggling the results out so that more math could be done. With RISC, especially with 32 GPRs, that juggling is near eliminated to the prologue/epilogue. I hear x86 kept taking on more instructions and that AMD64 made it a more GPR like environment.

-Samuel

Comment Re:Further Alignment (Score 1) 93

First its $550 million. And yes it looks like microsoft has so far made a 550-240=310 million profit. But I can also see an advantage in facebook having their 900lb gorilla buddy microsoft being the one to go to AOL and negotiate for these patents. Namely if it was FB doing the negotiating that would have tipped their hand, then the patents might have been costlier.

Also microsoft has a billion to throw around, while I'm not sure facebook has that pre-ipo.

Slashdot Top Deals

There are two ways to write error-free programs; only the third one works.

Working...