[Gambas-Notification] [Git][gambas/gambas][master] 2 commits: JIT optimization of '&=' has been implemented.

Benoît Minisini gitlab at mg.gitlab.com
Mon Apr 6 04:44:54 CEST 2020



Benoît Minisini pushed to branch master at Gambas / gambas


Commits:
2165ecec by gambas at 2020-04-06T04:43:12+02:00
JIT optimization of '&=' has been implemented.

[INTERPRETER]
* NEW: Support for JIT '&=' optimization.
* BUG: Fix '&=' optimization on argument variables.
* OPT: Strings greater than 4096 bytes are allocated by 4096 bytes steps.

[GB.JIT]
* NEW: JIT optimization of '&=' has been implemented.

- - - - -
262fe72e by gambas at 2020-04-06T04:44:09+02:00
Add a new string benchmark.

[BENCHMARK]
* NEW: Add a new string benchmark.

- - - - -


17 changed files:

- + benchmark/string2.gbs
- + benchmark/string2.pl
- + benchmark/string2.py
- + comp/src/gb.web.gui/.hidden/control/webfilebutton.png
- + comp/src/gb.web.gui/.hidden/control/webupload.png
- + comp/src/gb.web.gui/.src/Upload.module
- + comp/src/gb.web.gui/.src/WebFileButton.class
- main/gbx/gb.jit.h
- main/gbx/gbx_api.c
- main/gbx/gbx_jit.c
- main/gbx/gbx_jit.h
- main/gbx/gbx_string.c
- main/gbx/gbx_subr_extern.c
- main/gbx/gbx_subr_string.c
- main/lib/jit/gb.jit/jit.h
- main/lib/jit/jit.c
- main/lib/jit/jit_body.c


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/8f0d4db96c0ee58633717a23e762273a96c5751b...262fe72e3e7537a960d0b03a851220438b66648c

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/8f0d4db96c0ee58633717a23e762273a96c5751b...262fe72e3e7537a960d0b03a851220438b66648c
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gambas-basic.org/pipermail/notification/attachments/20200406/3d47cb6e/attachment.html>


More information about the Notification mailing list