gambas-source-code/benchmark
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
..
benchmark.gbs Work continues on new JIT system. Translation is now done at runtime. 2018-06-09 22:42:35 +02:00
mandelbrot.gbs [DEVELOPMENT ENVIRONMENT] 2015-11-14 23:22:10 +00:00
mandelbrot.pl [BENCHMARKS] 2015-10-31 01:02:58 +00:00
mandelbrot.py [BENCHMARKS] 2015-10-31 01:02:58 +00:00
nbody.gbs Work continues on new JIT system. Translation is now done at runtime. 2018-06-09 22:42:35 +02:00
nbody.pl [BENCHMARKS] 2015-10-31 01:02:58 +00:00
nbody.py [BENCHMARKS] 2015-10-31 01:02:58 +00:00
polynom.gbs [DEVELOPMENT ENVIRONMENT] 2015-11-14 23:22:10 +00:00
polynom.pl [BENCHMARKS] 2015-10-31 01:02:58 +00:00
polynom.py [BENCHMARKS] 2015-10-31 01:02:58 +00:00
primes.gbs Work continues on the new JIT system. 2018-06-05 11:43:39 +02:00
primes.pl [BENCHMARKS] 2015-10-31 01:02:58 +00:00
primes.py [BENCHMARKS] 2015-10-31 01:02:58 +00:00
sort.gbs Work continues on new JIT system. Translation is now done at runtime. 2018-06-09 22:42:35 +02:00
sort.pl Work continues on new JIT system. Translation is now done at runtime. 2018-06-09 22:42:35 +02:00
sort.py Work continues on new JIT system. Translation is now done at runtime. 2018-06-09 22:42:35 +02:00
string.gbs Work continues on the new JIT system. 2018-06-05 11:43:39 +02:00
string.pl Work continues on the new JIT system. 2018-06-05 11:43:39 +02:00
string.py Work continues on the new JIT system. 2018-06-05 11:43:39 +02:00