[Openmcl-devel] compiling large files.
Hamilton Link
helink at sandia.gov
Thu Jun 3 08:28:10 PDT 2004
Possibly. I have worked with pretty big data sets in openmcl and what
you're doing was also my approach to making a big honkin' fasl file, so
that part should work. But I think my data was a smallish list of large
matrices.
(apropos "SIZE") shows this, among other things...
ARRAY-TOTAL-SIZE-LIMIT, Value: 16777216
So I would guess from your description that you're running into this
when the compiler calls make-load-form on your list. Can you confirm
this is somewhere up the stack from vector-push-extend?
h
On Jun 3, 2004, at 4:20 AM, Marco Baringer wrote:
>
> 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
> _______________________________________________
> Openmcl-devel mailing list
> Openmcl-devel at clozure.com
> http://clozure.com/mailman/listinfo/openmcl-devel
>
More information about the Openmcl-devel
mailing list