[Gambas-user] New JIT Compiler

Adrien Prokopowicz adrien.prokopowicz at ...626...
Thu May 24 00:05:48 CEST 2012


Le mercredi 23 mai 2012 23:59:21 Emil Lenngren a écrit :
> The interpreter works without gb.jit. If gb.jit is unavailable, it falls
> back to the interpreter instead.
> 
> /Emil
> 
> 2012/5/23 Adrien Prokopowicz <adrien.prokopowicz at ...626...>
> 
> > Le mercredi 23 mai 2012 22:24:59 Emil Lenngren a écrit :
> > > Forgot to mention that the 64-bit version is probably more bug-free than
> > > the 32-bit version, since I myself have a 64-bit computer and therefore
> > > have run only some few tests on 32-bit...
> > 
> > --------------------------------------------------------------------------
> > --> 
> > > -- 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
> > 
> > That's a cool new feature. :)
> > 
> > But now it seems that the interpreter can't work without gb.jit ... right
> > ?
> > 
> > 
> > --------------------------------------------------------------------------
> > ---- 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
> 
> ----------------------------------------------------------------------------
> -- 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

Yes, it works if gb.jit is not enabled, but I can't build gbx without it :

gbx3-gbx_class.o: In function `CLASS_inheritance':
/home/adrien/Programmation/C++/Gambas/trunk/main/gbx/gbx_class.c:883: undefined 
reference to `JIT'
gbx3-gbx_class_load.o: In function `load_and_relocate':
/home/adrien/Programmation/C++/Gambas/trunk/main/gbx/gbx_class_load.c:578: 
undefined reference to `JIT_load'
/home/adrien/Programmation/C++/Gambas/trunk/main/gbx/gbx_class_load.c:892: 
undefined reference to `JIT_default_jit_function'
collect2: error: ld returned 1 exit status




More information about the User mailing list