[Gambas-user] Replacing the JIT component

Benoît Minisini g4mba5 at gmail.com
Mon May 7 13:13:38 CEST 2018


Le 06/05/2018 à 23:19, Jussi Lahtinen a écrit :
> I think the #3 is excellent idea.
> I think it makes the debugging much easier (I have no clue what current 
> JIT does to the code), if the C code is generated that point in mind.
> Moreover I think it would very well fill the place of the missing/broken 
> feature. If you want to keep some of the code in native Gambas and need 
> high performance, then you can write two programs (one native and one 
> translated to C) and communicate between pipe, DBUS or whatever.
> 
> No need to have function level compilation.
> 
> 
> Jussi
> 
> 

The translated code will be stored inside the project executable, and 
you won't have an "untranslated" project and a "translated" project.

Regards,

-- 
Benoît Minisini


More information about the User mailing list