> Ah, I had completely forgotten about `-native false'. It is a bit strange that > that option produced an executable which was 16% smaller in terms of code > space. I suppose it could be because the non-native code generator does not > test for integer overflow (right?). Right, unless you compile -detect-overflow true.