<!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/706a605cc33ed5b3ec3f055205c002c1157891df">706a605c</a></strong>
<div>
<span>by gambas</span>
<i>at 2018-08-22T07:30:27Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Correctly restore the stack after calling a method through the interpreter, and handle null values as object values having a null address automatically.

[INTERPRETER]
* NEW: Creating a NULL value now clears the object address field so that it can be freely interpreted as a Object value with a null address by the JIT compiled code.

[GB.JIT]
* BUG: Correctly restore stack after calling a method through the interpreter.
</pre>
</li>
</ul>
<h4>17 changed files:</h4>
<ul>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/706a605cc33ed5b3ec3f055205c002c1157891df#8766f60e485cce439d459269f51ca6335aeae3de">
main/gbx/gb.jit.h
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/706a605cc33ed5b3ec3f055205c002c1157891df#51bab0165f87a9a9b13939b66a0c0f4934b01317">
main/gbx/gb_error.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/706a605cc33ed5b3ec3f055205c002c1157891df#fd10e05c490840763c81233be1803ebbf1f854f2">
main/gbx/gbx_api.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/706a605cc33ed5b3ec3f055205c002c1157891df#2c96a9f3c5c73c95ee351135e499aa00a9a4148c">
main/gbx/gbx_date.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/706a605cc33ed5b3ec3f055205c002c1157891df#36e835cad85fad94a6d76226299cc4f50285c26a">
main/gbx/gbx_exec_loop.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/706a605cc33ed5b3ec3f055205c002c1157891df#f2a7362147b52a6d36eddcae17a4b8951dc1c4bc">
main/gbx/gbx_extern.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/706a605cc33ed5b3ec3f055205c002c1157891df#c5299c94b52c20a5881d798e266cbd4ce569ba91">
main/gbx/gbx_jit.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/706a605cc33ed5b3ec3f055205c002c1157891df#146c36423e31dfde0a94ba4de3dadf30ec76c092">
main/gbx/gbx_jit.h
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/706a605cc33ed5b3ec3f055205c002c1157891df#f33dc94f76d8b37b739603036ea85bfb5744e846">
main/gbx/gbx_object.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/706a605cc33ed5b3ec3f055205c002c1157891df#b8ce52e87749e9ce6bb7efa685a9dc4aef53bd5c">
main/gbx/gbx_subr_conv.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/706a605cc33ed5b3ec3f055205c002c1157891df#f21ae1642e497aad091800c8f93d992ecfccd6cb">
main/gbx/gbx_subr_extern.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/706a605cc33ed5b3ec3f055205c002c1157891df#ba63a999e895425863fe12a8759013ecda462d51">
main/gbx/gbx_subr_file.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/706a605cc33ed5b3ec3f055205c002c1157891df#46c1b29dc5e6499121f365f69d214c50570d1ed4">
main/gbx/gbx_subr_misc.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/706a605cc33ed5b3ec3f055205c002c1157891df#bcb2f37ab896010dbdbb21b3878eb776bd9cb1e3">
main/gbx/gbx_subr_string.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/706a605cc33ed5b3ec3f055205c002c1157891df#ed3ea4fe709f641794ddc44a1221ff2beef677c6">
main/gbx/gbx_value.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/706a605cc33ed5b3ec3f055205c002c1157891df#ade8f31842ccbe26f4a20d81a5283d039d0bd414">
main/gbx/gbx_value.h
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/706a605cc33ed5b3ec3f055205c002c1157891df#b764edff3b1be82425102895af55e3f52c43608c">
main/lib/jit/gb.jit/jit.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/706a605cc33ed5b3ec3f055205c002c1157891df">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/706a605cc33ed5b3ec3f055205c002c1157891df"}}</script>
</p>
</div>
</body>
</html>