Re: Optimisation across source files.

2003-04-04 Thread Braden McDaniel
On Fri, 04 Apr 2003 21:44:07 +0100, Dr. David Kirkby wrote: > Hi, > I don't know about other programmers, but I tend to put one function > in each source file. So function foo() goes into foo.c. Looking > carefully at the documentation for Sun's c compiler, I not that the > optimiser will on

Optimisation across source files.

2003-04-04 Thread Dr. David Kirkby
Hi, I don't know about other programmers, but I tend to put one function in each source file. So function foo() goes into foo.c. Looking carefully at the documentation for Sun's c compiler, I not that the optimiser will only try to inline functions in the same source file, so my method of o