RE : [fpc-devel] Stackframes

2011-08-27 Thread Ludo Brands
> > Find some generic text aiming on complexity or whatever :) > The rules > > when it happens or not are pretty complex, they also depend on the > > target architecture. See e.g. psub.pas:953+ and all occurences of > > pi_needs_stackframe in the compiler > > I knew I should ask confirmation,

Re: [fpc-devel] Stackframes

2011-08-27 Thread Michael Van Canneyt
On Sat, 27 Aug 2011, Florian Klämpfl wrote: Am 27.08.2011 12:50, schrieb Michael Van Canneyt: On Sat, 27 Aug 2011, Ludo Brands wrote: In http://www.freepascal.org/docs-html/prog/progsu72.html#x78-770001.1.72 is written: ... the compiler will omit the generation of a stackframe if the fol

Re: [fpc-devel] Stackframes

2011-08-27 Thread Florian Klämpfl
Am 27.08.2011 12:50, schrieb Michael Van Canneyt: > > > On Sat, 27 Aug 2011, Ludo Brands wrote: > >> In >> http://www.freepascal.org/docs-html/prog/progsu72.html#x78-770001.1.72 is >> written: >> >> ... >> the compiler will omit the generation of a stackframe if the following >> conditions are s

Re: [fpc-devel] Stackframes

2011-08-27 Thread Michael Van Canneyt
On Sat, 27 Aug 2011, Ludo Brands wrote: In http://www.freepascal.org/docs-html/prog/progsu72.html#x78-770001.1.72 is written: ... the compiler will omit the generation of a stackframe if the following conditions are satisfied: The procedure has no parameters. ... This condition should re

[fpc-devel] Stackframes

2011-08-27 Thread Ludo Brands
In http://www.freepascal.org/docs-html/prog/progsu72.html#x78-770001.1.72 is written: ... the compiler will omit the generation of a stackframe if the following conditions are satisfied: The procedure has no parameters. ... This condition should read: The procedure has no parameters on the