<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>
GitLab
</title>



<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">

<h3>
Benoît Minisini pushed to branch master
at <a href="https://gitlab.com/gambas/gambas">Gambas / gambas</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/3dd1fd493e41a63496899822f92b9cb8d50f1e4b">3dd1fd49</a></strong>
<div>
<span>by gambas</span>
<i>at 2019-04-04T20:58:06Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Fix the JIT compiler: '_init' method, Lock instruction, Object datatype, and DO / REPEAT loops at the beginning of a function now work correctly.

[INTERPRETER]
* BUG: JIT compiler does not run static initializers anymore when loading a class. Otherwise bytecode can be modified before being compiled, leading to a JIT compiler crash.

[COMPILER]
* BUG: Fix LOCK subroutine meta-information.

[GB.JIT]
* NEW: Don't display abortion debugging message if there is no compilation to abort.
* BUG: Object variables are correctly managed now.
* BUG: DO...LOOP and REPEAT...UNTIL at the beginning of the function now is correctly compiled in all cases.
</pre>
</li>
</ul>
<h4>11 changed files:</h4>
<ul>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/3dd1fd493e41a63496899822f92b9cb8d50f1e4b#37e11b564fd763d8428a9c26ab81cf2398b5e491">
main/gbx/gbx_archive.h
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/3dd1fd493e41a63496899822f92b9cb8d50f1e4b#c08f8e391128cf1b4981a9b9dc5d783aac634184">
main/gbx/gbx_class.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/3dd1fd493e41a63496899822f92b9cb8d50f1e4b#0be5ce8a77f799fe40689c24b86b952233d42c50">
main/gbx/gbx_class_load.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/3dd1fd493e41a63496899822f92b9cb8d50f1e4b#c5299c94b52c20a5881d798e266cbd4ce569ba91">
main/gbx/gbx_jit.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/3dd1fd493e41a63496899822f92b9cb8d50f1e4b#146c36423e31dfde0a94ba4de3dadf30ec76c092">
main/gbx/gbx_jit.h
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/3dd1fd493e41a63496899822f92b9cb8d50f1e4b#3fdb2f5c9ac8192516f2cbeeb994b6c7fcba99bc">
main/lib/jit/gb.jit/.src/CCompilation.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/3dd1fd493e41a63496899822f92b9cb8d50f1e4b#bb4d12e806f2dca37efd0b2e8e9b70e1d061c95e">
main/lib/jit/gb.jit/.src/Jit.module
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/3dd1fd493e41a63496899822f92b9cb8d50f1e4b#b764edff3b1be82425102895af55e3f52c43608c">
main/lib/jit/gb.jit/jit.h
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/3dd1fd493e41a63496899822f92b9cb8d50f1e4b#c17d7d8b5ddb4bfe0722eed94e51b36df46efce3">
main/lib/jit/jit.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/3dd1fd493e41a63496899822f92b9cb8d50f1e4b#f28de36d0ef8dba5af466ee48efbf119548d967f">
main/lib/jit/jit_body.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/3dd1fd493e41a63496899822f92b9cb8d50f1e4b#5ca6bbaacddef92b846f83c5777f50a0c89ccd3c">
main/share/gb_reserved_keyword.h
</a>
</li>
</ul>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #777;">

<br>
<a href="https://gitlab.com/gambas/gambas/commit/3dd1fd493e41a63496899822f92b9cb8d50f1e4b">View it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.com.
If you'd like to receive fewer emails, you can
adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Commit","url":"https://gitlab.com/gambas/gambas/commit/3dd1fd493e41a63496899822f92b9cb8d50f1e4b"}}</script>

</p>
</div>
</body>
</html>