If you have MiscInterpreterPlugin in the list, try removing it. I don&#39;t know why but it sometimes make VMMaker inline forever. IIRC MiscInterpreterPlugin contains just optimizations for common operations like string copying, so everything should work fine without it (a bit slower of course). <div>

<br></div><div>Regards,</div><div>             Javier.<br><br><div class="gmail_quote">On Sat, Nov 6, 2010 at 9:41 PM, Mariano Martinez Peck <span dir="ltr">&lt;<a href="mailto:marianopeck@gmail.com">marianopeck@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"> <br>it should finish in less that 5 minutes.<br><br><div class="gmail_quote">On Sat, Nov 6, 2010 at 8:21 PM, Esteban Lorenzano <span dir="ltr">&lt;<a href="mailto:estebanlm@gmail.com" target="_blank">estebanlm@gmail.com</a>&gt;</span> wrote:<br>


<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex"><br>
I mean... 2hs and still not finished :(<div><div></div><div><br>
<br>
On 2010-11-06 20:18:59 -0300, Esteban Lorenzano &lt;<a href="mailto:estebanlm@gmail.com" target="_blank">estebanlm@gmail.com</a>&gt; said:<br>
<br>
<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex">
 mmm... now the &quot;inlining step X&quot; is taking for years... is that normal?<br>
<br>
Cheers,<br>
Esteban<br>
<br>
On 2010-11-06 18:08:59 -0300, &quot;David T. Lewis&quot; &lt;<a href="mailto:lewis@mail.msen.com" target="_blank">lewis@mail.msen.com</a>&gt; said:<br>
<br>
<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex">
<br>
On Sat, Nov 06, 2010 at 07:33:37PM +0100, Levente Uzonyi wrote:<br>
<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex">
<br>
On Sat, 6 Nov 2010, Esteban Lorenzano wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204, 204, 204);padding-left:1ex">
<br>
Hi,<br>
I&#39;m trying to generate a vm... loading ConfigurationOfVMMaker version 1.4,<br>
then updating WMMaker package to latest version (200), but the generator,<br>
it is sending a DNU:<br>
<br>
while calling:<br>
<br>
&#39;From Pharo-1.1.1-- of 12 September 2010 [Latest update: #11414] on 6<br>
November 2010 at 3:00:14 pm&#39;!<br>
<br>
!String methodsFor: &#39;*VMMaker-Translation to C&#39; stamp: &#39;dtl 10/25/2009<br>
14:31&#39;!<br>
replaceLastOccurrence: oldSubstring with: newSubstring  &quot;Answer a<br>
copy with the last occurrence of oldSubstring replaced by newSubstring.&quot;<br>
<br>
        &quot; &#39;int i&#39; replaceLastOccurrence: &#39;i&#39; with: &#39;i2&#39; &quot;<br>
        &quot; &#39;void *v&#39; replaceLastOccurrence: &#39;v&#39; with: &#39;v2&#39; &quot;<br>
        &quot; &#39;int intxintxintx&#39; replaceLastOccurrence: &#39;i&#39; with: &#39;I2&#39; &quot;<br>
        &quot; &#39;int intxintxintx&#39; replaceLastOccurrence: &#39;FOO&#39; with: &#39;BAR&#39; &quot;<br>
        &quot; &#39;int intxintxintx&#39; replaceLastOccurrence: &#39;&#39; with: &#39;BAZ&#39; &quot;<br>
<br>
        ^ self class streamContents: [:ws | | pos rs |                  rs<br>
        := ReadStream on: self.<br>
                        pos := self findLastOccuranceOfString: oldSubstring<br>
startingAt: 1.<br>
                        pos &gt; 0 ifTrue: [ws nextPutAll: (rs next: pos - 1);<br>
nextPutAll: newSubstring.<br>
                                                rs next: oldSubstring size].<br>
                        ws nextPutAll: rs upToEnd]! !<br>
<br>
<br>
the DNU is with:<br>
        findLastOccuranceOfString: oldSubstring startingAt: 1<br>
</blockquote>
<br>
It&#39;s a typo that should be fixed in VMMaker. The correct method name is<br>
findLastOccurr_e_nceOfString:startingAt: without the underscores.<br>
</blockquote>
<br>
Fixed in VMMaker-dtl.201.<br>
<br>
This was a left over reference to the deprecated #findLastOccuranceOfString:startingAt:<br>
which is still present in the VMMaker package but should no longer have been<br>
in use. Thanks for finding it.<br>
<br>
Dave<br>
</blockquote></blockquote>
<br>
<br>
<br>
</div></div></blockquote></div><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Javier Pimás<br>Ciudad de Buenos Aires<br>
</div>