gambas-source-code/main/lib/jit
gambas 4a1c81d0aa Jit.Time is a new property that returns the time spent in JIT compilation, in seconds.
[INTERPRETER]
* NEW: Jit is a new static class that allows to deal with the JIT compiler.
* NEW: Jit.Time is a new property that returns the time spent in JIT compilation, in seconds.

[GB.JIT]
* NEW: Support for the Jit.Time property.
2018-07-03 00:52:19 +02:00
..
gb.jit Jit.Time is a new property that returns the time spent in JIT compilation, in seconds. 2018-07-03 00:52:19 +02:00
gb.jit.component
gb_str.c
gb_str.h
gbc_reserved.c
jit.c
jit.h Subroutines returning something that are used as instructions correctly drop their return value now. 2018-07-02 22:37:33 +02:00
jit_body.c Subroutines returning something that are used as instructions correctly drop their return value now. 2018-07-02 22:37:33 +02:00
main.c
main.h
Makefile.am