<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><div><blockquote type="cite"><font class="Apple-style-span" color="#000000">&nbsp;</font>In using Cuis, I discover that unused literals in a method, otherwise known as "poor-mans pragmas" are optimized away in compiledMethod. Does anyone know when this happened? (or was I using some other method to find them)<br></blockquote><blockquote type="cite"><br></blockquote><blockquote type="cite">Keith<br></blockquote><br>Well, the same also happens in Squeak, Pharo and Cuis 1.0 (pre-closures). I'd say it has always been like this. See #flag: . It is dated 4/28/2000, and serves your purpose.<br><br>Cheers,<br>Juan Vuletich<font class="Apple-style-span" color="#000000"><font class="Apple-style-span" color="#144FAE"><br></font></font></div></blockquote><br></div><div>So flag: it is!</div><div><br></div><div>In the process of making things more modular, with less dependencies&nbsp;I am removing the manual registration of selectors in #presumedSentMessages using the following conventions. #methodsToKeep and:</div><div><br></div><div>self flag: #presumeSentSelector.</div><div><br></div><div>cheers</div><div><br></div><div>Keith</div><div><br></div><div><br></div><div><br></div></body></html>