[Gambas-user] News about the new just-in-time compiler

Benoît Minisini g4mba5 at gmail.com
Sun Jul 8 08:29:14 CEST 2018


Le 06/07/2018 à 03:42, Jussi Lahtinen a écrit :
> Oh, the last project (NewJITtest-3) need to be ran in order to cause the 
> crash. IE compiling alone does not crash anything.
> 
> 
> Jussi
> 

It should be fixed in the last commit.

Note that compiling has nothing to do with JIT.

JIT compiling is done at runtime, and then you can get a crash in the 
JIT compiler, or in the code generated by the JIT compiler.

You know that by setting GB_JIT_DEBUG=1. Then you can see if the crash 
occurs during the JIT code generation or after.

Regards,

-- 
Benoît Minisini


More information about the User mailing list