easy way to create object or library files
Posted: Thu Jun 29, 2023 12:17 am
I have found the C backend to be faster than the ASM, but have a lot of modules that use ASM; I know i can put some of them in a DLL; but the overhead slows things down, defeating the purpose of using hand-optimized asm.
It would be nice to be able to produce some sort of .obj or library that can be linked at compile time that is native & officially supported by PB, rather than hacks around it which, historically, are "unsupported" and therefore, may break at any time...
It would be nice to be able to produce some sort of .obj or library that can be linked at compile time that is native & officially supported by PB, rather than hacks around it which, historically, are "unsupported" and therefore, may break at any time...