Help with compile_file()



By the way:

Compiling Maxima code that does a great deal of IEEE floating point or
fixed integer arithmetic can greatly reduce execution time (you'll
need to use mode_declare); however, compilation rarely helps code that
does mostly symbolic work.

Compiling Maxima code is a good way to catch some bugs---look at the
.UNLISP file.

Barton