Jump to content
Sign in to follow this  
Darian Miller

Have you seen CompilerExplorer?

Recommended Posts

Guest

One of the greatest open source projects of our time !

Share this post


Link to post

Old versions of FPC, sadly.

Gareth did some optimizations included in 3.2 and trunk... worth seeing it live in the generated asm!

I have seen generated asm being improved in FPC since years. I sadly can't say the same with Delphi - especially on cross-platform, e.g. about inlining floating point operations.

 

I use godbolt since years to check the asm generated by latest gcc with high-level of optimization and opcodes.
It is useful to have some reference code when writing some SSE2 or AVX/AVX2 asm.

Edited by Arnaud Bouchez
  • Like 2

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×