Re: cFASM (calling FASM as a C function)



I've modified the symbol table lookup routines. Sped them up a bit and
used a hash table rather than the hash tree scheme previously used.
This saves a bit of memory for large projects (e.g., assembling the
FASM.ASM source code). There are *lots* of opportunities to speed up
the code, but it really needs to be refactored first.

can you list parts which you suceeded to speed up, and parts which you
think can be boosted to FASM board please? I believe Tomasz would be
interested

.



Relevant Pages

  • Re: Broadcom 440x NIC not recognized on boot
    ... I am attempting to add support for the built-in network device in my ... dmesg output now indicates the card is recognized, ... And it ain't getting the register memory it needs, ... The source code also refers to PCI assigning the memory block, ...
    (freebsd-questions)
  • Re: string literal is an lvalue; other literals are rvalues.
    ... >If I have a literal 5 in my source code it begins life as an ascii ... character set in which your program is written is ASCII. ... occupy what memory. ... const int x = 625; ...
    (comp.lang.cpp)
  • Re: sort(1) memory usage
    ... A quick check in the source code indicates that it tries to size this buffer ... according to how much memory the system has (and according to any limits set ... In the immortal words of Blazing Star: YOU FAIL IT ... Count this as a vote for ditching GNU sort in favor of a BSD-licensed ...
    (freebsd-hackers)
  • Re: Error with Memory Mapped File
    ... I has downloaded your source code for Memory Mapped File. ... uint lastError = MemoryMappedFileHelper.GetLastError; ... When I continue my app to get some bytes from mapped memory, ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: GC performance - GC fragility
    ... A compiler does a job that never changes - it translates source code ... manage memory deallocations for me). ... That's a lot like saying that a graphics card can't work because it can't ...
    (borland.public.delphi.non-technical)