Re: MASM Expert needed immediately
- From: "f0dder" <f0dder_nospam@xxxxxxxxxxxxxxxx>
- Date: Sat, 27 May 2006 19:00:16 +0200
Betov wrote:
That Code level Optimization is usefull?
Once you're done with algorithmic optimization, yes. Never before that,
though - "premature [instruction level] optimization is the root of all
evil". (of course the generalization of the term is a bit bull, you need to
consider data structures while designing).
That SEE is usefull?
Yes, to reach higher throughput without buying more expensive hardware with
a higher clock frequency. SSE/2/3 is useful on the x86, just like AltiVec
was on the Mac, and like dedicated DSP chips are.
Then, admitting the SSE routine would be really faster,
respecting all conditions that is, first, that the
normal way would also have been optimize to the max,
and that this speed-up would keep true on all SEE able
Processors, the point would still have many issues:
Of course you shouldn't do instruction-level optimization before you have
the best algorithm - that's pretty much a DUH point. But even if you stuck
with the same algorith and optimized both the "plain x86" and the SSE code
to the max, I'd say it's interesting to see which code performs better.
1) The FASM programmers who do such things are often
times wery good experts (One among other reason
why it does not have any interrest).
I would have thought them being "good experts" *would* have made it
interesting? O_o
2) The old computers would never run this.
Old computers aren't used for heavy sound/graphics/scientific calculations.
3) Take a Processor twice faster for the normal way,
and it will be twice faster.
Sure. Get out your wallet and buy a bigger processor, that's the solution. I
thought that kind of statement would be an offense in an assembly language
newsgroup. "Write bad code, the customer can always buy a faster system".
Yay.
.
- Follow-Ups:
- Re: MASM Expert needed immediately
- From: Betov
- Re: MASM Expert needed immediately
- References:
- MASM Expert needed immediately
- From: robin.marsh@xxxxxxxxx
- Re: MASM Expert needed immediately
- From: Chris
- Re: MASM Expert needed immediately
- From: Phil Carmody
- Re: MASM Expert needed immediately
- From: Evenbit
- Re: MASM Expert needed immediately
- From: Phil Carmody
- Re: MASM Expert needed immediately
- From: Betov
- Re: MASM Expert needed immediately
- From: f0dder
- Re: MASM Expert needed immediately
- From: Betov
- Re: MASM Expert needed immediately
- From: f0dder
- Re: MASM Expert needed immediately
- From: Betov
- MASM Expert needed immediately
- Prev by Date: Re: Curious Ath64 X2 parallelism query
- Next by Date: Re: I wonder who was stupid enough to hack the masmforum server ?
- Previous by thread: Re: MASM Expert needed immediately
- Next by thread: Re: MASM Expert needed immediately
- Index(es):
Relevant Pages
|