axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] RE: [Maxima] 2.7.0 nqthm compile times


From: Richard Fateman
Subject: [Axiom-developer] RE: [Maxima] 2.7.0 nqthm compile times
Date: Fri, 22 Jun 2007 16:14:29 -0700

The Franz Lisp system (on the VAX) had a file-compiler feature which allowed
you to
group functions that were (in today's nomenclature) private, and could only
be called
from functions in that file.   It was not possible to redefine such internal
functions
without recompiling the file.  The external functions (i.e. public) could be
recompiled
and their signatures could be changed.

The code locality is, I think, a red herring. Caches are huge now.
 






reply via email to

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