WARNING: This server is unstable and will be retired in the next days. If you want to keep this forum available, please request immediately a migration on the Nabble Support forum. Forums that don't receive any migration request will be deleted forever.

 « Return to Thread: New JIT Compiler

Re: New JIT Compiler

by Emil Lenngren :: Rate this Message:

| View in Thread

I think you need to run a ./reconf and a ./configure (with the appropriate
configure options, like --prefix=/usr etc.) in the /main directory.

2012/5/24 Adrien Prokopowicz <adrien.prokopowicz@...>

> 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@...>
> >
> > > 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@...
> > > > 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@...
> > > 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@...
> > 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
>
>
> ------------------------------------------------------------------------------
> 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@...
> 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@...
https://lists.sourceforge.net/lists/listinfo/gambas-user

 « Return to Thread: New JIT Compiler