<div dir="ltr"><div><div><div><div><div><div><div>Hello CL pros,<br><br></div>I am trying to figure out the meaning of the inline declaration when the so qualified function happens to be a generic function. As in:<br><br></div>
(declaim (inline foo))<br></div>(defgeneric foo (a b))<br><br></div>What can be expected of a compiler when it then faces a call to foo while the above is in effect?<br><br></div>Is this an obvious no-op or did some find something useful to do in such a context?<br>
<br></div>Thanks for your help,<br><br></div>JCB<br><br></div>