<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt;"><div>Hi Dave.</div><blockquote><div style="" data-zbluepencil-ignore="true" class="zmail_extra"><blockquote style="margin: 0px;"><div> <br>Try evaluating "CompiledCode useSista: true" in the image that is <br>giving you problems. Afterwards your method will compile without error. <br> <br>The error that you are seeing is the result of a limitation of the <br>traditional bytecode set used in Squeak. Eliot et al have provided <br>the new Sista bytecode set that has a number of advantages, including <br>this one. Squeak trunk has been using the Sista bytecode set for quite <br>a while, but due to some glitches in the trunk update stream there <br>are probably a few images (maybe including yours) that accidentally <br>are using the other bytecode set. <br> <br>I think this will take care of your problem, but note that if you <br>are writing something that needs to run on older images, you may <br>want to reorganize your method so that it does not hit the old <br>limit for literals. <br> <br>Dave <br> <br></div></blockquote></div></blockquote><div><br></div><div>Flawless<br></div><div><br></div><div>Thank you.</div></div><br></body></html>