Lisp HUG Maillist Archive

Function size too large

Hello again,

Is there something I can do about this:

**++++ Error in compiled-km-handler-function:
   Function size 75177 is too large.
; *** 1 error detected, no fasl file produced.

This is a function of KM, generated by a "compiler" to get faster 
execution (thus loading this function is optional and I should be 
able to live without it).

Francis



______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________


RE: Function size too large

Hi Francis,

this is a topic in the knowledge base:
http://www.lispworks.com/kb/555baf0e105a413680256c5a004f7233.html

Hope this helps.
Sebastien.

> -----Message d'origine-----
> De : owner-lisp-hug@lispworks.com
> [mailto:owner-lisp-hug@lispworks.com]De la part de Francis Leboutte
> Envoye : vendredi 1 avril 2005 13:08
> A : lisp-hug@xanalys.com
> Objet : Function size too large
> 
> 
> Hello again,
> 
> Is there something I can do about this:
> 
> **++++ Error in compiled-km-handler-function:
>    Function size 75177 is too large.
> ; *** 1 error detected, no fasl file produced.
> 
> This is a function of KM, generated by a "compiler" to get faster 
> execution (thus loading this function is optional and I should be 
> able to live without it).
> 
> Francis
> 
> 
> 
> ______________________________________________________________________
> This email has been scanned by the MessageLabs Email Security System.
> For more information please visit http://www.messagelabs.com/email 
> ______________________________________________________________________
> 
> 


RE: Function size too large

Hello Sébastien,

It helps a lot. I just have to add

  (declare (optimize (safety 1) (debug 0)(speed 3)(space 0)))

and it works,

Thanks!
Francis

At 1/04/2005 13:17, Sebastien Saint-Sevin wrote:
>Hi Francis,
>
>this is a topic in the knowledge base:
>http://www.lispworks.com/kb/555baf0e105a413680256c5a004f7233.html
>
>Hope this helps.
>Sebastien.
>
> > -----Message d'origine-----
> > De : owner-lisp-hug@lispworks.com
> > [mailto:owner-lisp-hug@lispworks.com]De la part de Francis Leboutte
> > Envoye : vendredi 1 avril 2005 13:08
> > A : lisp-hug@xanalys.com
> > Objet : Function size too large
> >
> >
> > Hello again,
> >
> > Is there something I can do about this:
> >
> > **++++ Error in compiled-km-handler-function:
> >    Function size 75177 is too large.
> > ; *** 1 error detected, no fasl file produced.
> >
> > This is a function of KM, generated by a "compiler" to get faster
> > execution (thus loading this function is optional and I should be
> > able to live without it).
> >
> > Francis
> >
> >
> >
> > ______________________________________________________________________
> > This email has been scanned by the MessageLabs Email Security System.
> > For more information please visit http://www.messagelabs.com/email
> > ______________________________________________________________________
> >
> >



Updated at: 2020-12-10 08:53 UTC