Il giorno 16/lug/07, alle ore 15:52, Richard Moore ha scritto: > Yes, I was shocked at how much difference that makes. I think this is > actually a real problem in QtScript as the difference makes it appear > much slower than it should be. I know it's weird, but I'm not sure it is a real problem. I mean you can always compile the Qt Script module with '-DQT_NO_DEBUG' (to disable the Q_ASSERTs) and -O2 if you want a faster VM loop. ciao robe