Sven Hartrumpf
2016-02-05 07:40:48 UTC
Hello.
Is there a way to avoid the following compiler crash?
Larceny v0.98+ "General Ripper" (Jan 26 2016 17:01:47, precise:Linux:unified)
larceny.heap, built on Di 26. Jan 17:02:56 CET 2016
Reading nall-larceny.scm
WARNING from compiler:
ANF size greater than 80000
"Some global optimizations were not performed."
Larceny Panic: Can't allocate an object of size 17536520 bytes: max is 16777215 bytes.
Yes, it is a large program that I cannot break up,
because I had to combine all modules (as cyclic dependencies
are forbidden in Larceny, see other thread).
This is the 32bit compiler; will the 64bit compiler help here?
Ciao
Sven
Is there a way to avoid the following compiler crash?
Larceny v0.98+ "General Ripper" (Jan 26 2016 17:01:47, precise:Linux:unified)
larceny.heap, built on Di 26. Jan 17:02:56 CET 2016
Compiling nall.sld
Reading larceny.scmReading nall-larceny.scm
WARNING from compiler:
ANF size greater than 80000
"Some global optimizations were not performed."
Larceny Panic: Can't allocate an object of size 17536520 bytes: max is 16777215 bytes.
Yes, it is a large program that I cannot break up,
because I had to combine all modules (as cyclic dependencies
are forbidden in Larceny, see other thread).
This is the 32bit compiler; will the 64bit compiler help here?
Ciao
Sven