Make 64-bit compiler executable 32-bit?
Posted: Fri Feb 03, 2017 1:11 am
Hi, recently I've encountered with problem -- sitting on 32-bit system was unable to compile 64-bit executables. Without access to 64 bit PC I had to quickly search someone who will compile it remotely ^^
After that thinked it would be nice to keep compiler exe always 32-bit for compatibility.
I don't know is it possible with PB and how much efforts might take, but it looks like a good idea. VC for example compiles both 64 and 32 bit files using 32-bit compiler, and that matters if having to build something on older or just 32-bit OS.
Maybe it would be even simpler to develop only 32-bit compiler? Also, as for me 64-bit is generally useless, as it only takes more RAM, without noticeable performance bonus on any modern CPU (2012+) and it doesn't seems that PB compiler [which is nicely coded and relatively simple/single-pass] can ever require more than 2GB of RAM granted for 32-bit process
After that thinked it would be nice to keep compiler exe always 32-bit for compatibility.
I don't know is it possible with PB and how much efforts might take, but it looks like a good idea. VC for example compiles both 64 and 32 bit files using 32-bit compiler, and that matters if having to build something on older or just 32-bit OS.
Maybe it would be even simpler to develop only 32-bit compiler? Also, as for me 64-bit is generally useless, as it only takes more RAM, without noticeable performance bonus on any modern CPU (2012+) and it doesn't seems that PB compiler [which is nicely coded and relatively simple/single-pass] can ever require more than 2GB of RAM granted for 32-bit process