On 25 Sep 2017, at 15:19, Steven Costiou <steven.costiou@kloum.io> wrote:Le 2017-09-25 12:21, jtuchel@objektfabrik.de wrote :
Steven
You could add use a semaphore if changing code is an option.
We once used MethodWrappers in VAST to answer a similar question regarding whether a body of code can be removed from a system.
JoachimThis is exactly my usecase, i need to remove code that may be called by a method on the stack - and i know exactly which method. However my base hypothesis is that it is in an already running process (maybe a loop) and that part i cannot change. Is there an existing Pharo implementation of MethodWrappers ?