On Wed, 18 Nov 2009 09:43:48 +0100 Holger Freyther zecke@selfish.org wrote:
Yes, I would put all these into static methods... the compiler will inline them for you. The problem with this amount of gotos is it is really hard to understand which ways you are jumping. E.g. within "enhanced" you will do a backward jump. The problem with that it is very hard to make sure that your jumping will end... if/else if and function calls are much easier to read.
Okay, Thank You for your comments! The new patch is attached.
Again, If that's easier you can simply merge my tp-vp branch on github.
Thank You and Greetings, Steffen