[Gambas-user] New JIT Compiler, Trying.... TER

Emil Lenngren emil.lenngren at ...626...
Thu May 24 02:44:28 CEST 2012


Gambas scripts are runned by the gbs3 scripter, that takes your script,
makes a class of it, take the code outside all the functions
and put it in a Main method. It is then run normally by first compiling it
with gbc3 and then running it with gbx3 .. kind of .. ;)
See source code here:
http://gambas.svn.sourceforge.net/viewvc/gambas/gambas/trunk/app/src/gbs3/.src/MMain.module?view=markup&pathrev=4768

2012/5/24 Ru Vuott <vuott at ...325...>

>
> > Try to run the benchmark
> > http://gambasdoc.org/help/doc/benchmark/polynom
> > <http://gambasdoc.org/help/doc/benchmark/polynom>and
>
> ...I don't understand that strange:
>
> ....
> End
>
> Dim I As Integer
>
> For I = 1 To 10
>  Print Test(0.2)
> Next
>
>
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
>



More information about the User mailing list