Yesterday, I've implemented tail recursion optimization (http://svn.freepascal.org/svn/fpc/trunk/compiler/opttail.pas resulting in http://www.hu.freepascal.org/fpcircbot/cgipastebin?msgid=158 pp11 is the new compiler, fpc11 the old, both are 2.1.1). It isn't enabled yet because it still needs some fine tuning. The question is however when should it be enabled? With -OoTAILREC? -O3? Something different? _______________________________________________ fpc-devel maillist - fpc-devel@lists.freepascal.org http://lists.freepascal.org/mailman/listinfo/fpc-devel
- [fpc-devel] Tail recursion optimization Florian Klaempfl
- Re: [fpc-devel] Tail recursion optimization Daniël Mantione
- Re: [fpc-devel] Tail recursion optimization Jonas Maebe
- Re: [fpc-devel] Tail recursion optimization Florian Klaempfl
- Re: [fpc-devel] Tail recursion optimizat... Jonas Maebe
- Re: [fpc-devel] Tail recursion opti... Florian Klaempfl
- Re: [fpc-devel] Tail recursion ... Jonas Maebe
- Re: [fpc-devel] Tail recurs... Florian Klaempfl
- Re: [fpc-devel] Tail recurs... Daniël Mantione
- Re: [fpc-devel] Tail recurs... Jonas Maebe
- Re: [fpc-devel] Tail recurs... Florian Klaempfl