hi, i recently rebuild gambas from source using compiler 'optimizations' export CFLAGS="-O3 -march=pentium3 -fomit-frame-pointer" export CXXFLAGS=$CFLAGS gave me a performance 'boost' of 10-20% depending on the test. especially floating point operations seems accelerated. stability is not affected. m.