Andre Poenitz wrote: > On Thu, Feb 27, 2003 at 11:35:16AM +0100, Alfredo Braunstein wrote: >> > Why is it inline? Have you profiled this code? Take it out of line. >> >> Not my doing, but I will. > > You do not have to profile this part. > > Angus just meant "Unless you have verified that there is a bottleneck > by profiling the code, take it out of line". > > As there is no suspicion that there is a bottleneck, simple do not profile > the code, but move the code out of line... > > Andre' >
:) "I will" refered to: "take it out of line", not to "have you profiled..." The code is not mine, I haven't added the inline keyword. I perfectly agree with the principle of avoiding premature optimization... Alfredo