<!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/5f4f12acf37503840b7978f1ca34d917b6c4b300">5f4f12ac</a></strong>
<div>
<span>by gambas</span>
<i>at 2018-06-28T22:10:31Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">[COMPILER]
* NEW: UNSAFE is a new keyword used in conjunction with FAST. It tells the JIT compiler not to do any safety check (null objects, division by zero, out of array bounds...). It makes the code a bit faster, but prone to segmentation fault.
[INTERPRETER]
* NEW: Support for the UNSAFE keyword.
[GB.JIT]
* NEW: Support for the UNSAFE keyword.
* NEW: Check validity of objects that can be invalid.
</pre>
</li>
<li>
<strong><a href="https://gitlab.com/gambas/gambas/commit/2c2c610319a1f9e2ba9c4421627e7858fcba20e3">2c2c6103</a></strong>
<div>
<span>by gambas</span>
<i>at 2018-06-28T22:26:48Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Merge branch 'master' of gitlab.com:gambas/gambas
</pre>
</li>
</ul>
<h4>15 changed files:</h4>
<ul>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/789ce931f7eef1700f0466996c9aac0c58783e05...2c2c610319a1f9e2ba9c4421627e7858fcba20e3#01835407de0939cd38b9357802185d58a2a17ec0">
main/gbc/gbc_class.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/789ce931f7eef1700f0466996c9aac0c58783e05...2c2c610319a1f9e2ba9c4421627e7858fcba20e3#9604550f3c6cfbd5e8b342f653dfca807f5129f7">
main/gbc/gbc_class.h
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/789ce931f7eef1700f0466996c9aac0c58783e05...2c2c610319a1f9e2ba9c4421627e7858fcba20e3#a1bfb5dfe7634e1015fe94607d695eda8d6459d2">
main/gbc/gbc_header.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/789ce931f7eef1700f0466996c9aac0c58783e05...2c2c610319a1f9e2ba9c4421627e7858fcba20e3#7393ba40a8cde6dc50781ecdf34196ffbc6ad41b">
main/gbc/gbc_output.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/789ce931f7eef1700f0466996c9aac0c58783e05...2c2c610319a1f9e2ba9c4421627e7858fcba20e3#b534d51f36ea42fef50d03a1ddc64e2b8ec4dc2c">
main/gbc/gbc_trans.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/789ce931f7eef1700f0466996c9aac0c58783e05...2c2c610319a1f9e2ba9c4421627e7858fcba20e3#40729bc12212df14d276f166eb41076e7bac7231">
main/gbc/gbc_trans.h
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/789ce931f7eef1700f0466996c9aac0c58783e05...2c2c610319a1f9e2ba9c4421627e7858fcba20e3#4e27e967d7152bab67fc3890dedf239222ee981a">
main/gbc/gbc_trans_code.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/789ce931f7eef1700f0466996c9aac0c58783e05...2c2c610319a1f9e2ba9c4421627e7858fcba20e3#044fb40ad9766e28afa3c72aaacee1a1eeee6a1f">
main/gbx/gbx_class.h
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/789ce931f7eef1700f0466996c9aac0c58783e05...2c2c610319a1f9e2ba9c4421627e7858fcba20e3#0be5ce8a77f799fe40689c24b86b952233d42c50">
main/gbx/gbx_class_load.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/789ce931f7eef1700f0466996c9aac0c58783e05...2c2c610319a1f9e2ba9c4421627e7858fcba20e3#b764edff3b1be82425102895af55e3f52c43608c">
main/lib/jit/gb.jit/jit.h
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/789ce931f7eef1700f0466996c9aac0c58783e05...2c2c610319a1f9e2ba9c4421627e7858fcba20e3#f28de36d0ef8dba5af466ee48efbf119548d967f">
main/lib/jit/jit_body.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/789ce931f7eef1700f0466996c9aac0c58783e05...2c2c610319a1f9e2ba9c4421627e7858fcba20e3#5e40572ebab9f16eec00874160dd5d4c8cfa79a9">
main/share/gb_reserved.h
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/789ce931f7eef1700f0466996c9aac0c58783e05...2c2c610319a1f9e2ba9c4421627e7858fcba20e3#5ca6bbaacddef92b846f83c5777f50a0c89ccd3c">
main/share/gb_reserved_keyword.h
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/789ce931f7eef1700f0466996c9aac0c58783e05...2c2c610319a1f9e2ba9c4421627e7858fcba20e3#62edff31a0ab59daaeaace7af2827f0929286edb">
main/share/gb_reserved_temp.h
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/compare/789ce931f7eef1700f0466996c9aac0c58783e05...2c2c610319a1f9e2ba9c4421627e7858fcba20e3#0f53e8a3655d18c8e6dc49e5e65f4338f1bff83a">
main/share/gbc_trans_common.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/compare/789ce931f7eef1700f0466996c9aac0c58783e05...2c2c610319a1f9e2ba9c4421627e7858fcba20e3">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>