<div dir="ltr">The JVM has a hard limit in the size of the code for each method. Unfortunately, the ABCL compiler is not able to split those methods that exceed the threshold.<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, 21 Nov 2021 at 22:23, Andrew Sengul <<a href="mailto:ml@imagegardenphoto.com">ml@imagegardenphoto.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">I was just trying to compile a system containing macros that generate a<br>
large amount of code. I got this error:<br>
<br>
Compiled function can't be loaded:<br>
org.armedbear.lisp.demo_tmpHVF0FTR3_246 from<br>
org.armedbear.lisp.Pathname@2a31c2ec<br>
<br>
Does anyone know the likely reason for this? The code I'm compiling<br>
works with all other CL implementations I've tried. Is it just a matter<br>
of the code size?<br>
<br>
Thanks,<br>
<br>
Andrew<br>
<br>
<br>
</blockquote></div>