Re: [Gambas-user] New JIT Compiler, Trying.... QUINQUES

2012-05-23 Thread Ru Vuott
> Try without 'Fast' and see how long time you can wait before > you get bored > and abort it ;) ... Emil... you are crazy ! ;-) You want to make me fool ! :-D -- Live Security Virtual Conference Exclusive live event

Re: [Gambas-user] New JIT Compiler, Trying.... QUINQUES

2012-05-23 Thread Emil Lenngren
Nice! Try without 'Fast' and see how long time you can wait before you get bored and abort it ;) 2012/5/24 Ru Vuott > > > Do you have the keyword "Fast" at the > > beginning? > > > > How long did it take to run the code? A minute or a few > > seconds? > > > > A few seconds (5 or 6 I suppose.) >

Re: [Gambas-user] New JIT Compiler, Trying.... QUINQUES

2012-05-23 Thread Ru Vuott
> Do you have the keyword "Fast" at the > beginning? > > How long did it take to run the code? A minute or a few > seconds? > A few seconds (5 or 6 I suppose.) -- Live Security Virtual Conference Exclusive live event w

Re: [Gambas-user] New JIT Compiler, Trying.... QUINQUES

2012-05-23 Thread Emil Lenngren
Do you have the keyword "Fast" at the beginning? How long did it take to run the code? A minute or a few seconds? 2012/5/24 Ru Vuott > > > > > > Try to run the benchmark > > > http://gambasdoc.org/help/doc/benchmark/polynom > > > and > > > > > I

Re: [Gambas-user] New JIT Compiler, Trying.... QUINQUES

2012-05-23 Thread Ru Vuott
> > > Try to run the benchmark > > http://gambasdoc.org/help/doc/benchmark/polynom > > and > I wrote it: Public Sub Button1_Click() Dim I As Integer For I = 1 To 10 Print Test(0.2) Next End Sub Test(X As Float) As Float Dim Mu As Flo