Re: [fpc-pascal] Compiling FPC itself with optimization

2009-09-24 Thread graemeg.lists
2009/9/24 Marco van de Voort : > > Which quad core? There are afaik at least four microarchitectures for x86_64 > that have quadcores. I7, Core2 (depending on your viewpoint if that counts > as a quadcore or a dual dualcore), Phenom and Phenom II. I don't know which "model" mine is. Here is partia

[fpc-pascal] Compiling FPC itself with optimization

2009-09-24 Thread graemeg.lists
Hi, How optimized is FPC itself when I do a 'make all' in the source directory? No optimization, memory optimized, speed optimized, all of the above, etc.. Can I improve performance of the 64bit FPC compiler for my Quad Core processor? If so, what parameters do I pass to the make command? Rega