Re: Slow nasm
- From: Frank Kotler <fbkotler@xxxxxxxxxxx>
- Date: Sat, 27 Oct 2007 08:18:53 GMT
volcano wrote:
Hi,
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
I'm not sure I understand your question... Yeah, Nasm is slow - much less so recently, but probably still not the "Fastest Actual Assembler in the Known Universe" (FAAKU). I assume there are still bugs, although a good many have been squashed. (I think at this point, 0.99.05 is "safe to use", and probably a better bet than 0.98.39... famous last words...)
But then you mention that your app freezes on larger .dll's. Probably not a Nasm bug, although it *could* be. Can you run it in a debugger and determine *where* it freezes? Can you determine if the original Tasm build exhibits the same problem? (could be a "translation" issue)
I'm not in a position to test your code, but I can confirm that it assembles fine here with both 0.98.39 and 0.99.05, and can confirm the speedup that hpa reports with 0.99.05 (nice!!!).
If you can narrow down the problem, maybe we can help more. In any case, thanks for the "real world speed benchmark"! :)
Best,
Frank
.
- References:
- Slow nasm
- From: volcano
- Slow nasm
- Prev by Date: Re: Seperate asm/assemblers newsgroups would be better ! ;)
- Next by Date: Re: Skybuck's Wolfram (Turing-Like) Machine implementation
- Previous by thread: Re: Slow nasm
- Next by thread: Re: Slow nasm
- Index(es):
Relevant Pages
|