Re: Slow nasm
- From: Herbert Kleebauer <klee@xxxxxxxxx>
- Date: Sat, 27 Oct 2007 13:11:48 +0200
Betov wrote:
Herbert Kleebauer <klee@xxxxxxxxx> écrivait
I think he doesn't speak about the speed of NASM but about the speed
of code generated by NASM.
Given the fact that his app hangs pretty well, i fail
to imagine that he would be talking about its speed.
The code is working OK for small DLLs, such imagehlp.dll
but if bigger, application is freezing.
Maybe NASM doesn't optimize his sort algorithm (a well designed
assembler doesn't only look at the instructions the programmer gives
it to assemble but analyses the complete program and replaces a slow
algorithm itself by a faster one) and therefore it gets extremely
slow ("freezing" when compared to the human life time).
.
- Follow-Ups:
- Re: Slow nasm
- From: Betov
- Re: Slow nasm
- From: santosh
- Re: Slow nasm
- References:
- Slow nasm
- From: volcano
- Re: Slow nasm
- From: santosh
- Re: Slow nasm
- From: Herbert Kleebauer
- Re: Slow nasm
- From: Betov
- Slow nasm
- Prev by Date: Re: Slow nasm
- Next by Date: Re: Slow nasm
- Previous by thread: Re: Slow nasm
- Next by thread: Re: Slow nasm
- Index(es):
Relevant Pages
|