Sure thanks! As long as you don't ask me to add platform specific codeZirconiumX wrote:I could take up the reins for PowerPC if you want?

Moderator: Ras
Sure thanks! As long as you don't ask me to add platform specific codeZirconiumX wrote:I could take up the reins for PowerPC if you want?
I always change MAX_THREADS in thread.h to 1 since these embedded devices are single cores. This reduces the memory footprint significantly, even being necessary to get it to run at all on some of the ones I have with 16MB. I haven't actually tested this in a while-- just doing it as a matter of course. Possibly you switched to dynamically allocating when the maximum was increased to 32.mcostalba wrote:What other issues/warnings have you found compiling SF?