??? 11/03/06 10:12 Read: times |
#127309 - Advertising. Responding to: ???'s previous message |
If they pipeline the architecture such that if you branch out of a loop and into another it takes an indeterminate period of time to reload the pipeline,
It should never take an "indeterminate" amount of time. There should only be two cases to consider - cache hits and cache misses. The former is fast, the latter slow due to penalties for reloading/etc. How'd they manage to sell that? This clearly makes their claim of "100 MIPS" false, except for loops shorter than whatever the pipeline is. Why ... isn't that what all advertising is based on ? Giving maximum number only reached in ideal cases ? There's no "except" in advertising - if they can somehow make the thing deliver 100 MIPS, their claim is true. Only if they could not, under any circumstances, reach 100 MIPS, they would be lying. |