Re: One more question - compiling large code
Gunter Königsmann <[email protected]> Mon, 22 Nov 2021 06:48:19 +0100
| Newsgroups | gmane.editors.j.devel |
|---|---|
| Message-ID | <[email protected]> |
A complete guess: Does increasing the heap size for your java VM help? Kind regards, Gunter Am 21. November 2021 22:23:19 MEZ schrieb Andrew Sengul <[email protected]>: >I was just trying to compile a system containing macros that generate a >large amount of code. I got this error: > >Compiled function can't be loaded: >org.armedbear.lisp.demo_tmpHVF0FTR3_246 from >org.armedbear.lisp.Pathname@2a31c2ec > >Does anyone know the likely reason for this? The code I'm compiling >works with all other CL implementations I've tried. Is it just a matter >of the code size? > >Thanks, > >Andrew > >