<!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/d3c93a05e4a15f65bc02024dc52ed941bc567659">d3c93a05</a></strong>
<div>
<span>by gambas</span>
<i>at 2018-07-05T05:10:31Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Work on new JIT system continues.

[INTERPRETER]
* NEW: Abort if a stack mismatch is detected after a JIT function has been called.

[GB.JIT]
* NEW: The GB_JIT_CC environment variable allows to define the C compiler that will generate the code.
* OPT: Don't call the compiler through a shell anymore.
* NEW: Support for clang.
* BUG: Don't use the "," operator anymore to write JIT code.
* BUG: Correctly free stack when leaving a function whereas we are still inside a GOSUB.
* BUG: Declare all local variables and arguments as volatile as soon the function uses CATCH or FINALLY.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/50dedeb8cb0617cc4c7732e127938cb5d2eac2d8">50dedeb8</a></strong>
<div>
<span>by gambas</span>
<i>at 2018-07-05T05:15:23Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Don't use __attribute__((noreturn)), it makes gcc dizzy and slow as hell.

[GB.JIT]
* BUG: Don't use __attribute__((noreturn)), it makes gcc dizzy and slow as hell.
</pre>
</li>
</ul>
<h4>5 changed files:</h4>
<ul>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/6fc6a48818a17164817a823d80dba3358ad9ba89...50dedeb8cb0617cc4c7732e127938cb5d2eac2d8#c5299c94b52c20a5881d798e266cbd4ce569ba91">
main/gbx/gbx_jit.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/6fc6a48818a17164817a823d80dba3358ad9ba89...50dedeb8cb0617cc4c7732e127938cb5d2eac2d8#bb4d12e806f2dca37efd0b2e8e9b70e1d061c95e">
main/lib/jit/gb.jit/.src/Jit.module
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/6fc6a48818a17164817a823d80dba3358ad9ba89...50dedeb8cb0617cc4c7732e127938cb5d2eac2d8#b764edff3b1be82425102895af55e3f52c43608c">
main/lib/jit/gb.jit/jit.h
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/6fc6a48818a17164817a823d80dba3358ad9ba89...50dedeb8cb0617cc4c7732e127938cb5d2eac2d8#c17d7d8b5ddb4bfe0722eed94e51b36df46efce3">
main/lib/jit/jit.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/6fc6a48818a17164817a823d80dba3358ad9ba89...50dedeb8cb0617cc4c7732e127938cb5d2eac2d8#f28de36d0ef8dba5af466ee48efbf119548d967f">
main/lib/jit/jit_body.c
</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/compare/6fc6a48818a17164817a823d80dba3358ad9ba89...50dedeb8cb0617cc4c7732e127938cb5d2eac2d8">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.

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