Re: [MSEide-MSEgui-talk] Status of MSELang

2021-04-19 Thread fredvs
Hello. There are some test-benchmark of mselang here: https://github.com/mse-org/mselang/tree/master/src/benchmark -- Sent from: http://mseide-msegui-talk.13964.n8.nabble.com/ ___ mseide-msegui-talk mailing list

Re: [MSEide-MSEgui-talk] Status of MSELang

2021-04-19 Thread Graeme Geldenhuys
On 19/04/2021 6:32 am, Alexander via mseide-msegui-talk wrote: > And why do you need LLVM when using Pascal? How about .pas to ELF directly ? >From what I understand, LLVM does very very impressive optimisations when in generates the final binary executable. Way more that what the FPC compiler

Re: [MSEide-MSEgui-talk] Status of MSELang

2021-04-19 Thread fredvs
> And why do you need LLVM when using Pascal? Because LLVM does it much better for float calculation for example. "Pure" fpc is ok for database applications for example but once you work with animation, DSP, live sound effect, etc, where lot of float calculation is needed, the result is much