On Sun, Dec 18, 2011 at 8:33 PM, Juan Jose Garcia-Ripoll <
juanjose.garciarip...@googlemail.com> wrote:

>  Is inlining also possible for setf functions?
>>
>
> Good question... Actually it does not work, but because of a stupid bug
> that also prevents the compiler from analyzing any kind of compiler macro
> for SETF forms. Will fix it later on.


Thanks a lot for pointing out this stupid mistake, Matthew. I fixed the
code and now SETF function names undergo the same compilation steps as
ordinary functions. This means compiler macros and inlining works for them;
so does inlining of slot accessors in sealed classes, which adds another
10% speed up in PPRINT, bringing the FPRINT/PRETTY microbenchmark to 20% of
the original times :-)

Juanjo

-- 
Instituto de FĂ­sica Fundamental, CSIC
c/ Serrano, 113b, Madrid 28006 (Spain)
http://juanjose.garciaripoll.googlepages.com
------------------------------------------------------------------------------
Learn Windows Azure Live!  Tuesday, Dec 13, 2011
Microsoft is holding a special Learn Windows Azure training event for 
developers. It will provide a great way to learn Windows Azure and what it 
provides. You can attend the event by watching it streamed LIVE online.  
Learn more at http://p.sf.net/sfu/ms-windowsazure
_______________________________________________
Ecls-list mailing list
Ecls-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecls-list

Reply via email to