Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment Re:Marketting hype? (Score 4, Informative) 183

Actually, there is much more parallelism (more than 4 ops/cycle) available in many of these applications, but you correctly observe that many of these ancillary features (branch mispredictions, cache misses, etc.) chip away at the achieved parallelism. The TRIPS ISA and microarchitecture (which is, as you correctly point out, a variant of an OOO "superscalar" processor) has numerous features to try to mitigate many of these features ... up to 64 outstanding cache misses from the 1,024-entry window, aggressive predication to eliminate many branches, a memory dependence predictor, and direct ALU-ALU communication for making data dependences more efficient. The most important difference is in the ISA, which allows the compiler to express dataflow graphs to directly to the hardware, which will work best (compared to convention) in ultra-small technologies where the wires are quite slow. To get a similar dependence graph in a RISC or CISC ISA, a superscalar processor must reconstruct it on the fly, instruction by instruction, using register renaming and issue window tag broadcasting. Thanks for reading.

Comment Re:Illegal? (Score 1) 831

the losers are indie and specialty record stores like Tower (who subsequently filed for bankruptcy), as Wal-Mart and Best Buy will continue to drive them out of business.


Now that is humor, Tower records as an indie store? Whats next, Wendy's as the indie burger joint?

Amoeba Records is an indie store. A chain with stores all over the us is hardly an indie store.

Slashdot Top Deals

Type louder, please.

Working...