# New Ticket Created by  Dan Sugalski 
# Please include the string:  [perl #33031]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=33031 >


Currently parrot sets the current object for a method call *after* 
calliing invoke on the invokable thing. This is a bit problematic, 
since the invokable thing likely needs to have the object in place to 
invoke right.

All the interpreter bits (return continuation, current object, and so 
forth) should be set before doing the invoke.
-- 
                                Dan

--------------------------------------it's like this-------------------
Dan Sugalski                          even samurai
[EMAIL PROTECTED]                         have teddy bears and even
                                       teddy bears get drunk

Reply via email to