Re: Slow nasm
- From: Herbert Kleebauer <klee@xxxxxxxxx>
- Date: Sat, 27 Oct 2007 12:39:06 +0200
santosh wrote:
http://www.asmcommunity.net/board/index.php?topic=10687.0
above is a topic to nasm code about extracting exporting functions
from a dll. I have the latest include file AFAIK. The code is working
OK for small DLLs, such imagehlp.dll but if bigger, application is
freezing.
Is nasm so slow or still there are some bugs? I also uploaded my
sources for whom wishes.
http://www.mediafire.com/?edsd1994stz
Your source is compiling fine for me with NASM 0.99.05. Also I don't see
any noticeable speed difference with NASM 0.98.39, but I didn't time it
though.
I think he doesn't speak about the speed of NASM but about the speed
of code generated by NASM. And for sure the code optimizer of NASM
can't compete with the one of a C compiler. But to generate code
which is infinite slow (freeze) shouldn't even happen with an assembler
which uses the crazy Intel syntax.
.
- Follow-Ups:
- Re: Slow nasm
- From: Betov
- Re: Slow nasm
- References:
- Slow nasm
- From: volcano
- Re: Slow nasm
- From: santosh
- Slow nasm
- Prev by Date: Re: Skybuck's Wolfram (Turing-Like) Machine implementation
- Next by Date: Re: Slow nasm
- Previous by thread: Re: Slow nasm
- Next by thread: Re: Slow nasm
- Index(es):
Relevant Pages
|