Hi !

I'm at a loss with respect to how inlining works in CMUCL, so I have several
questions:

I compile a single file with this at the top of the file:

(declaim (optimize (speed 3)
                   (compilation-speed 0)
                   (safety 0)
                   (debug 0)))


1/ If I additionally put (declaim ([not]inline foo)), am I SURE that the
function will [not] be inlined, or does Python just treat this as request /
indication / wish / desire / dream-on ;-) ?

2/ Is it possible that a non inlined function is called somewhere, but still I
don't see any #<FDEFINITION for ..> in the disassembled code ? If yes, where
do I see the function call ?


Thanks a lot


-- 
Didier Verna, [EMAIL PROTECTED], http://www.lrde.epita.fr/~didier

EPITA / LRDE, 14-16 rue Voltaire   Tel.+33 (1) 44 08 01 85
94276 Le Kremlin-BicĂȘtre, France   Fax.+33 (1) 53 14 59 22   [EMAIL PROTECTED]


Reply via email to