gambas-source-code/main/lib/eval
gambas bc806a189b The parser now does not store integer numbers in its global symbol table anymore. Compile is now about 5% faster.
[COMPILER]
* OPT: The parser now does not store integer numbers in its global symbol table anymore.
* OPT: Some other little optimizations here and here. The compiler is now about 5% faster.

[ARCHIVER]
* NEW: Compile with '-O3' optimization flag.

[INFORMER]
* NEW: Compile with '-O3' optimization flag.

[GB.EVAL]
* OPT: The parser now does not store integer numbers in its global symbol table anymore.
2021-10-14 03:01:14 +02:00
..
c_expression.c
c_expression.h
c_highlight.c The parser now does not store integer numbers in its global symbol table anymore. Compile is now about 5% faster. 2021-10-14 03:01:14 +02:00
c_highlight.h
c_system.c Keywords and subroutines are now returned by two different properties of the System class. 2021-03-06 13:17:35 +01:00
c_system.h
eval.c
eval.h
eval_analyze.c The parser now does not store integer numbers in its global symbol table anymore. Compile is now about 5% faster. 2021-10-14 03:01:14 +02:00
eval_analyze.h
eval_code.c The parser now does not store integer numbers in its global symbol table anymore. Compile is now about 5% faster. 2021-10-14 03:01:14 +02:00
eval_code.h
eval_read.c The parser now does not store integer numbers in its global symbol table anymore. Compile is now about 5% faster. 2021-10-14 03:01:14 +02:00
eval_read.h
eval_reserved.c
eval_trans.c
eval_trans.h
eval_trans_expr.c The parser now does not store integer numbers in its global symbol table anymore. Compile is now about 5% faster. 2021-10-14 03:01:14 +02:00
eval_trans_tree.c The parser now does not store integer numbers in its global symbol table anymore. Compile is now about 5% faster. 2021-10-14 03:01:14 +02:00
gb.eval.component
gb.eval.h The parser now does not store integer numbers in its global symbol table anymore. Compile is now about 5% faster. 2021-10-14 03:01:14 +02:00
gb_alloc_override.h
gb_array.c
gb_error.c
gb_error.h
gb_table.c
main.c
main.h
Makefile.am