Taylor R. Campbell wrote: > Date: Thu, 29 Jun 2006 00:15:42 +0300 > From: Kaloian Doganov <[EMAIL PROTECTED]> > > ... > Compiling procedure: make-hash-table... > Compiling procedure: custom-table-type... > ;Aborting!: out of memory > ;GC #162: took: 0.40 (22%) CPU time, 0.50 (27%) real time; free: > 1018613 > ;GC #163: took: 0.50 (100%) CPU time, 0.50 (98%) real time; free: > 1018623 > > Well, that would explain it. I'm not sure what to do at the moment, > though -- it works for me.
It's possible that the default heap size (--heap 4000) is no longer large enough to compile runtime-check. A workaround is to explicitly override that value by providing an explicit binding for SCHEME_COMPILER. I'll try a vanilla compile on my machine and see what happens. _______________________________________________ MIT-Scheme-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/mit-scheme-users
