[fpc-pascal] FPC Graphics options?

Ryan Joseph ryan at thealchemistguild.com
Sat May 27 03:37:59 CEST 2017


> On May 24, 2017, at 11:47 PM, Martin Schreiber <mse00000 at gmail.com> wrote:
> 
> MSElang, LLVM 3.8.0
> No options -> 4.2 FPS
> -O3 -> 5.9 FPS
> -O3 -mcpu=corei7 -mattr=+sse3,+ssse3 -> 33.5 FPS
> 
> With trunci32() operations
> https://gitlab.com/mseide-msegui/mselang/blob/master/mselang/benchmark/mctest/mctest_trunc.pas
> -O3 -> 8.1
> -O3 -mcpu=corei7 -mattr=+sse3,+ssse3 -> 41.5 FPS

Is MSElang another Pascal compiler? I’ve never heard of it. I know LLVM is being used by Apple for Objective-C/Swift (I think) but for Pascal?

Regards,
	Ryan Joseph




More information about the fpc-pascal mailing list