Re: Slow nasm



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.
.



Relevant Pages

  • Re: VB6 - why isnt a straight Win32 DLL offered as a project type?
    ... between an ActiveX DLL and a "normal" Win32 DLL. ... Okay, here goes. ... I've stepped away from the Microsoft MASM compiler. ... NASM compiler. ...
    (microsoft.public.vb.general.discussion)
  • Re: Slow nasm
    ... from a dll. ... Is nasm so slow or still there are some bugs? ... I assume there are still bugs, although a good many have been squashed. ... But then you mention that your app freezes on larger .dll's. ...
    (alt.lang.asm)
  • Re: Slow nasm
    ... above is a topic to nasm code about extracting exporting functions ... from a dll. ... Is nasm so slow or still there are some bugs? ... Could you please file a bug report at the Sourceforge tracker and include your sources, ...
    (alt.lang.asm)
  • Re: Slow nasm
    ... above is a topic to nasm code about extracting exporting functions ... from a dll. ... I have the latest include file AFAIK. ... Is nasm so slow or still there are some bugs? ...
    (alt.lang.asm)
  • Re: Slow nasm
    ... above is a topic to nasm code about extracting exporting functions ... from a dll. ... I have the latest include file AFAIK. ... Is nasm so slow or still there are some bugs? ...
    (alt.lang.asm)