Re: [fpc-devel] Inlining functions...

2006-07-25 Thread Vinzent Höfler
Peter Vreman wrote: At 16:56 25-7-2006, you wrote: Hi, some questions: 1) Is there some good reason why the support for the inline keyword can be turned on and off explicitely by the {$INLINE} directive? Historical Oh, ok. There's no reason like the "historical reason". ;) 2) Can I check

Re: [fpc-devel] Inlining functions...

2006-07-25 Thread Peter Vreman
At 16:56 25-7-2006, you wrote: Hi, some questions: 1) Is there some good reason why the support for the inline keyword can be turned on and off explicitely by the {$INLINE} directive? Historical 2) Can I check somehow if inlining is enabled during compilation? {$IFOPT INLINE} didn't work. ;

[fpc-devel] Inlining functions...

2006-07-25 Thread Vinzent Hoefler
Hi, some questions: 1) Is there some good reason why the support for the inline keyword can be turned on and off explicitely by the {$INLINE} directive? 2) Can I check somehow if inlining is enabled during compilation? {$IFOPT INLINE} didn't work. ;) 2a) If the answer to 2) is "no", can we ma