> Syntax and generated code are in principle unrelated. The reason you don't get the optimised version of the code, is probably because you used global variables
I second that. People who uses C style short unreadable code approach usually state they get more optimized code, yet the compiler is actually able to produce the same with optimizations turned on. Well, todays compilers are not like early compilers where the output is a direct mapping of the input (i.e. the only optimization is at source level typed by your fingers analyzed by your brain), are they? -- View this message in context: http://free-pascal-general.1045716.n5.nabble.com/and-tp5715956p5715970.html Sent from the Free Pascal - General mailing list archive at Nabble.com. _______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-pascal