gambas-source-code/main/share
gambas 4e50dec11d Work continues on new JIT system. Translation is now done at runtime.
[INTERPRETER]
* OPT: String routines are now compiled with -O3.
* NEW: Don't display JIT debugging message unless GB_JIT_DEBUG is set to something different from zero.
* NEW: String whose length is greater than 256 now have a growth step of 256 bytes instead of 16.

[GB.JIT]
* NEW: Do many global optimizations as now the class metadata is fully available.
* NEW: Support for optional argument. Still buggy at the moment.
2018-06-09 22:42:35 +02:00
..
gambas.h Work continues on new JIT system. Translation is now done at runtime. 2018-06-09 22:42:35 +02:00
gb_alloc.h
gb_alloc_temp.h
gb_arch.h
gb_arch_temp.h
gb_array.h
gb_array_temp.h
gb_buffer.h
gb_buffer_temp.h
gb_class_desc_common.h
gb_code.h
gb_code_temp.h Work continues on new JIT system. 2018-05-25 21:01:38 +02:00
gb_common.h
gb_common_buffer.h [COMPILER] 2018-05-26 16:50:00 +02:00
gb_common_buffer_temp.h [COMPILER] 2018-05-26 16:50:00 +02:00
gb_common_case.h
gb_common_case_temp.h
gb_common_string.h
gb_common_string_temp.h
gb_common_swap.h
gb_common_swap_temp.h
gb_component.h Work continues on new JIT system. Translation is now done at runtime. 2018-06-09 22:42:35 +02:00
gb_error_common.h
gb_file_share.h
gb_file_temp.h
gb_hash.h
gb_hash_temp.h
gb_limit.h
gb_list.h
gb_list_temp.h
gb_magic.h
gb_pcode.h Work continues on new JIT system. The "Fractal" example runs! 2018-06-02 17:59:47 +02:00
gb_pcode_temp.h
gb_replace.h
gb_replace_temp.h
gb_reserved.h Work continues on new JIT system. 2018-05-29 23:25:57 +02:00
gb_reserved_keyword.h Continue working on new JIT system. 2018-05-29 03:43:23 +02:00
gb_reserved_temp.h Work continues on new JIT system. 2018-05-25 21:01:38 +02:00
gb_table.h Work on new JIT system continues. 2018-06-01 03:50:42 +02:00
gb_table_temp.h
gb_type_common.h
gbc_read_common.h
gbc_trans_common.h
gbx_subr_common.h
Makefile.am