axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Axiom-developer] RE: GCL on Windows


From: root
Subject: Re: [Axiom-developer] RE: GCL on Windows
Date: Tue, 14 Dec 2004 19:31:30 -0500

Bill,

Oh, yeah, and just to complicate the axiom build (since we're
shipping a packaged binary for windows) you should know that
axiom will run faster if you remove all of the .o files in
the obj subdirectory and redo the make.

What happens is that the first make will not only create the
compiled files but will also output the .fn files. These files
contain exact information about types used in function calling.
If the type information for foo.lisp (or foo.lsp) is available
at compile time and the foo.fn file is available from a previous
compile then the lisp compiler can lay down much more efficient
code for function calling. Since axiom is all about function 
calling this will make a significant difference in speed.

t




reply via email to

[Prev in Thread] Current Thread [Next in Thread]