>>>>> "dvl" == Didier Verna <[EMAIL PROTECTED]> writes:
dvl> Hi !
dvl> From small experiments, it seems that CMUCL nevers inlines
dvl> generic functions, even when asked through a proclamation,
dvl> and even in very simple cases (for instance, with only one
dvl> primary method and no specialization). Is there a particular
dvl> (or pragmatic maybe) reason for this ?
You might want to look at section 2.23 [1] and, in particular, section
2.23.4[2] in the CMU User's manual. It talks about CLOS and how to
optimize it, including inlining methods.
Ray
Footnotes:
[1] http://rcurwww.rtp.ericsson.se/software/html/cmu-user/cmu-user.html#htoc59
[2] http://rcurwww.rtp.ericsson.se/software/html/cmu-user/cmu-user.html#htoc63