Status: Fixed
Owner: stephane.ducasse
Labels: Milestone-1.3

New issue 3468 by stephane.ducasse: Perform and context frame size primitive tests
http://code.google.com/p/pharo/issues/detail?id=3468

The perform: primitive reuses the context of the method calling it. The primitive adds performed selector arguments to the context variables list. So this means that you can execute some methods but not performed them if the calling methods defined too many temps.

These tests pass on Cog but fails on squeak4.2.5 vm

Attachments:
        CompiledMethodTest-tests - performing.st  2.0 KB


Reply via email to