[fpc-devel] Automatic inlining [was: completely messed up subject line]

2005-05-30 Thread Jonas Maebe
On 30 May 2005, at 18:29, Jamie McCracken wrote: What would be nice is to have a compiler switch which takes say an 8bit value to indicate how many bytes a function must contain in order to be inlined automatically. That way it is scaleable and so wont exacerbate the executable file size

Re: [fpc-devel] Automatic inlining [was: completely messed up subject line]

2005-05-30 Thread Jamie McCracken
Jonas Maebe wrote: On 30 May 2005, at 18:29, Jamie McCracken wrote: What would be nice is to have a compiler switch which takes say an 8bit value to indicate how many bytes a function must contain in order to be inlined automatically. That way it is scaleable and so wont exacerbate the

Re: [fpc-devel] Automatic inlining [was: completely messed up subject line]

2005-05-30 Thread Jonas Maebe
On 30 May 2005, at 19:53, Jamie McCracken wrote: At the point the inlining is performed, the compiler does not have the slightest idea how large the function will be in terms of bytes. There is already a an extremely crude complexity calculation function, but it does not have any