Yes, I meant that the JIT compilation/generation of the code does not crash, but execution of the code from JIT crashes.<div><br></div><div><br></div><div>Jussi</div><div><br><br>On Sunday, July 8, 2018, Benoît Minisini <<a href="mailto:g4mba5@gmail.com">g4mba5@gmail.com</a>> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Le 06/07/2018 à 03:42, Jussi Lahtinen a écrit :<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Oh, the last project (NewJITtest-3) need to be ran in order to cause the crash. IE compiling alone does not crash anything.<br>
<br>
<br>
Jussi<br>
<br>
</blockquote>
<br>
It should be fixed in the last commit.<br>
<br>
Note that compiling has nothing to do with JIT.<br>
<br>
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.<br>
<br>
You know that by setting GB_JIT_DEBUG=1. Then you can see if the crash occurs during the JIT code generation or after.<br>
<br>
Regards,<br>
<br>
-- <br>
Benoît Minisini<br>
<br>
----[ Gambas mailing-list is hosted by <a href="https://www.hostsharing.net" target="_blank">https://www.hostsharing.net</a> ]----<br>
</blockquote></div>