[Vm-dev] VMMaker : Inlining loop with MiscPrimitivesPlugin on Pharo

arnaud Jean Baptiste jbaptiste.arnaud at gmail.com
Tue Nov 3 10:46:50 UTC 2009


the MiscPrimitivesPlugin loop when generating.

the cause is :

the primitives: #findSubstring:in:startingAt:matchTable:
was change to the primitive that name is now:   
#findSubstringViaPrimitive:in:startingAt: matchTable:

i can simply change the name in #translatedPrimitives  
(MiscPrimitivePlugin ) method but i am looking for long term solution.




More information about the Vm-dev mailing list