Issue 3468 in pharo: Perform and context frame size primitive tests

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 3468 in pharo: Perform and context frame size primitive tests

pharo
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 | Threaded
Open this post in threaded view
|

Re: Issue 3468 in pharo: Perform and context frame size primitive tests

pharo
Updates:
        Status: Closed

Comment #1 on issue 3468 by [hidden email]: Perform and context  
frame size primitive tests
http://code.google.com/p/pharo/issues/detail?id=3468

13004