Re: [Interest] Qt Quick Compiler 2.0

2015-01-19 Thread Ian Monroe
On Sun, Jan 18, 2015 at 5:37 AM, Nuno Santos wrote: > I have tried again and the crash is gone… > > I would still love to understand if this qt quick compiler will improve > performance on iOS and Android. Couldn’t notice a perceptible difference > after running it with. > > Thanks, > > Regards,

Re: [Interest] Qt Quick Compiler 2.0

2015-01-18 Thread Daiwei Li
Hi Nuno, I've experienced crashing with the android_armv7 qtquickcompiler on OSX. After some digging, I found that it was due to the generated .cpp being incorrect for certain JS literals and expressions (see http://pastebin.com/raw.php?i=KaT2aB72 for more examples). This trivial example: functio

Re: [Interest] Qt Quick Compiler 2.0

2015-01-18 Thread Nuno Santos
I have tried again and the crash is gone… I would still love to understand if this qt quick compiler will improve performance on iOS and Android. Couldn’t notice a perceptible difference after running it with. Thanks, Regards, Nuno > On 18/01/2015, at 12:29, Nuno Santos wrote: > > Hi, > >

[Interest] Qt Quick Compiler 2.0

2015-01-18 Thread Nuno Santos
Hi, After reading http://doc.qt.io/QtQuickCompiler/ and realising that my license supported Qt Quick Compiler I decided to give it a try. I was already using Qml files bundled in a Qt resources file so I just needed to add CONFIG += qtquickcompiler to my pr