[Vm-dev] CompiledMethod basicAt: problem

Pavel Krivanek pavel.krivanek at gmail.com
Sun May 26 14:34:40 UTC 2013


Hi,

for the Pharo Kernel ImageMap job I do something like

m := CompiledMethod allInstances anyOne.
1 to: m basicSize do:[:i | m basicAt:i ].

For previous VMs it worked well without error but now the primitive fails
and the SubscriptOutOfBounds error is raised at index 1.
Fails on the latest Pharo VM and VM by Eliot r2714.

Cheers,
-- Pavel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20130526/ce384197/attachment.htm


More information about the Vm-dev mailing list