[fpc-pascal] FPC Graphics options?
Michael Schnell
mschnell at lumino.de
Fri May 12 12:43:04 CEST 2017
On 12.05.2017 01:57, Jon Foster wrote:
>
> One of the last set of benchmarks I did that focused on integer math
> and procedure call speed came out as follows:
Thanks for sharing !
> pascal: 2:09s - 2:12
> js (JIT): 2:23s - 2:27
> python: 36:43s - 37:02
Funny that JS (Text) with JIT is so good, and that Python (binary
byte-code, also supposed to use a kind of JIT), is so bad.
-Michael
More information about the fpc-pascal
mailing list