[Openmcl-devel] compiling large files.

Marco Baringer mb at bese.it
Thu Jun 3 03:20:54 PDT 2004


i have a relativly large data set which i keep in memory (about 59MB)
under the form of a list. to avoid having to process the data each
time the app starts i'd like to put it all in a compiled file which i
can simply load, the trick i'm using is this:

data.lisp:

(in-package :my-package)
(setf *data* #.*data*)

unfortunetly openmcl dies in vector-push-extend (i end up the kernel
debugger) when attempting to compile this file. is there some limit
i'm running into?

-- 
-Marco
Ring the bells that still can ring.
Forget your perfect offering.
There is a crack in everything.
That's how the light gets in.
     -Leonard Cohen



More information about the Openmcl-devel mailing list