gambas-source-code/main/lib
Benoît Minisini c10fe0a6c3 Optimization of conditional jumps based on values known to be Boolean.
[COMPILER]
* OPT: Optimization of conditional jumps based on values known to be Boolean.
* BUG: Jump optimization is effective when debugging information is generated.
* BUG: The '/' operator correctly returns a Float if its arguments are Float.

[INTERPRETER]
* OPT: Optimization of conditional jumps based on values known to be Boolean.

[GB.JIT]
* NEW: Support for conditional jumps optimization.
2022-12-10 12:54:42 +01:00
..
clipper Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
complex Raise a "Mathematic error" if the real or imaginary part of a complex number is not finite. 2022-11-29 20:52:14 +01:00
compress Update authors. 2021-04-05 15:03:38 +02:00
data Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
db Result: 'Editable' is a new property that returns if the result is editable. 2022-11-15 02:16:24 +01:00
debug Save 'errno' before running the debugger, and restore it after. 2022-10-06 17:45:06 +02:00
draw Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
eval Optimization of small integer floating point constants. 2022-10-07 13:10:22 +02:00
geom Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
gui Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
gui.opengl Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
gui.qt Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
gui.qt.opengl Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
gui.qt.webkit Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
gui.trayicon Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
gui.webview Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
hash Make 'gb.hash' compile on 32 bits architectures. 2022-09-24 11:50:31 +02:00
image The Image constructor now fills the image data with 'Color.Transparent' color by default. 2022-12-10 00:06:50 +01:00
image.effect Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
inotify Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
jit Optimization of conditional jumps based on values known to be Boolean. 2022-12-10 12:54:42 +01:00
option Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
signal Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
term Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
test test-fast for quick selftest in root dir 2022-12-05 17:17:35 +01:00
vb Replace my old depracted gmail mail by the new one. 2022-09-12 15:13:13 +02:00
gb.component Correctly remove 'gb.component' file from installation once the metadata has been generated. 2020-11-27 20:33:15 +01:00
Makefile.am Add Md5(), Sha1(), Sha256() and Sha512() functions. 2022-09-13 02:48:11 +02:00