<!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 jit-with-c
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/c671adfd6b2a7216a3f9031c7376491597a03f91">c671adfd</a></strong>
<div>
<span>by gambas</span>
<i>at 2018-06-11T16:56:39Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Work continues on new JIT system.

[INTERPRETER]
* OPT: String searching (Instr, RInstr and Replace) has been made about 4x faster by searching the first occurence with memchr() and memrchr().

[GB.FORM.TERMINAL]
* BUG: Fix warning messages.

[GB.JIT]
* BUG: Fix byte, short and boolean pushing and popping routines.
* BUG: Fix string values referencing.
* BUG: Fix optional argument management.
* NEW: Optimization of bits management subroutines.

[GB.QT4]
* BUG: Delay hooks initialization, because now socket notifiers must not be used before creating the event loop.

[GB.QT5]
* BUG: Delay hooks initialization, because now socket notifiers must not be used before creating the event loop.
</pre>
</li>
</ul>
<h4>10 changed files:</h4>
<ul>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/c671adfd6b2a7216a3f9031c7376491597a03f91#c23b707641caa9f67ee9e6072cda0f55ed39b8e0">
comp/src/gb.form.terminal/.component
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/c671adfd6b2a7216a3f9031c7376491597a03f91#46f4c88aca1fb65957fa48d43f170626c479f54a">
comp/src/gb.form.terminal/.project
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/c671adfd6b2a7216a3f9031c7376491597a03f91#c6a63c6db0de3b7a59b8d8056b3a6a8ab6468636">
comp/src/gb.form.terminal/.src/TerminalView/TerminalFilter_VT100.class
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/c671adfd6b2a7216a3f9031c7376491597a03f91#92769ac7f3b691f8048fd3a547451633cae6742e">
gb.qt4/src/main.cpp
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/c671adfd6b2a7216a3f9031c7376491597a03f91#8dc01b01395a9da591901d89875ac4d530d426d6">
main/gbx/gbx_string.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/c671adfd6b2a7216a3f9031c7376491597a03f91#bcb2f37ab896010dbdbb21b3878eb776bd9cb1e3">
main/gbx/gbx_subr_string.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/c671adfd6b2a7216a3f9031c7376491597a03f91#b764edff3b1be82425102895af55e3f52c43608c">
main/lib/jit/gb.jit/jit.h
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/c671adfd6b2a7216a3f9031c7376491597a03f91#c17d7d8b5ddb4bfe0722eed94e51b36df46efce3">
main/lib/jit/jit.c
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/c671adfd6b2a7216a3f9031c7376491597a03f91#e7806a2be54d4d1f15352358dc0d259c03e415ca">
main/lib/jit/jit.h
</a>
</li>
<li class="file-stats">
<a href="https://gitlab.com/gambas/gambas/commit/c671adfd6b2a7216a3f9031c7376491597a03f91#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/commit/c671adfd6b2a7216a3f9031c7376491597a03f91">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/c671adfd6b2a7216a3f9031c7376491597a03f91"}}</script>
</p>
</div>
</body>
</html>