On Fri, Dec 16, 2011 at 10:39 PM, Juan Jose Garcia-Ripoll <
juanjose.garciarip...@googlemail.com> wrote:

> Ok, the patches are now in git/CVS. Using the code below, compiled, these
> are the benchmark figures of FPRINT/PRETTY for different commits. The
> greatest improvement was the use of special dispatch functions.
>
> I have been doing some intensive checks of the functions, but please,
> should you find any problem, report it ASAP and I will try to fix it.
>
> Now, back to the cave for some more optimizations...
>

Here is one more (well, actually it is a fix for an optimizer bug!). 1.178
/ 3.445 ~ 34%

Fixed TYPEP optimizer
;;; Loading "/Users/jjgarcia/tmp/foo.fas"
real time : 1.214 secs
run time  : 1.178 secs
gc count  : 1 times
consed    : 14342976 bytes

 Starting point
> ;;; Loading "/Users/jjgarcia/tmp/foo.fas"
> real time : 3.534 secs
> run time  : 3.445 secs
> gc count  : 2 times
> consed    : 20413056 bytes
>
> SETF functions stored in compiled code
> ;;; Loading "/Users/jjgarcia/tmp/foo.fas"
> real time : 3.449 secs
> run time  : 3.250 secs
> gc count  : 2 times
> consed    : 20410992 bytes
>
> New dispatch for slot accessors
> ;;; Loading "/Users/jjgarcia/tmp/foo.fas"
> real time : 1.873 secs
> run time  : 1.836 secs
> gc count  : 2 times
> consed    : 20410896 bytes
>

-- 
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