[Gambas-user] gb JIT

Benoît Minisini benoit.minisini at gambas-basic.org
Fri Dec 1 10:57:55 CET 2023


Le 01/12/2023 à 08:36, Fabien Bodard a écrit :
> Hi,
> 
> Is it me or the JIT compilation is recently damned slower than before ?
> 
> Regards,
> 
> -- 
> Fabien Bodard
> 
> 

The "speed" of the JIT compiler is the speed of gcc (or clang if you use 
clang).

If you want the actual timings, just set GB_JIT_DEBUG=1 and run your 
program in a terminal.

On my computer, clang seems to be twice faster than gcc when compiling 
JIT translation.

Regards,

-- 
Benoît Minisini.



More information about the User mailing list