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

2009-09-25 Thread Jonas Maebe
On 24 Sep 2009, at 18:01, graemeg.lists wrote: 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.. For speed. Can I improve performance of the 64bit FPC compiler for my Quad Core processor?

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

2009-09-25 Thread Jonas Maebe
On 25 Sep 2009, at 09:26, Jonas Maebe wrote: 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? OPT="-Cppentiumm -Oppentiumm" Sorry, that's for a 32 bit compiler. For a 64 bit compiler, there are no special

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

2009-09-25 Thread Jonas Maebe
On 24 Sep 2009, at 20:12, Graeme Geldenhuys wrote: Does FPC actually differentiate optimization between Core2 vs i7 vs Phenom etc? No. Or does it group those into something like optimization level 3 (just an example) It groups them using the -Opxxx/-Cpxxx parameters. Use fpc -i to see w

[fpc-pascal] PasJS

2009-09-25 Thread Jorge Aldo G. de F. Junior
Hi ! Im working on the PasJS translator but im having some problems : How to map ObjectPascal object orientation philosophy into JavaScript object orientation philoshopy ? Im trying a direct Syntax Tree -> Output approach, while outputting (if a debug flag is enabled) comments containning origin