|
From: Raymond T. <to...@rt...> - 2004-05-21 16:37:23
|
>>>>> "Nicolas" == Nicolas Neuss <Nic...@iw...> writes:
Nicolas> Raymond Toy <to...@rt...> writes:
Nicolas> 1. Use the CL-implemented version, if there is any, and if the matrices
Nicolas> are small.
>>
>> And the nice thing is we can even get rid of the call overhead if the
>> function could be inlined. That's a huge win for small
>> matrices/vectors.
>>
>> Ray
Nicolas> I have thought about this, but I am completely uncertain how to do such a
Nicolas> thing in a well-behaved way within ANSI CL. The best thing would probably
Nicolas> be to pay Gerd Moellmann for implementing method inlining in CMUCL. But
According to the CMUCL User's manual, Section 2.23.4 says that
effective methods can be inlined. Perhaps that is good enough.
Ray
|