help-smalltalk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-smalltalk] MethodWrapper


From: Gwenaël Casaccio
Subject: [Help-smalltalk] MethodWrapper
Date: Tue, 19 Oct 2010 11:00:35 +0200

Hi,

I've made (very) small patch for the VM to support methodWrapper.
MethodWrapper are objects used to add behavior before and after
the method evaluation.

This patch ensure that the vm doesn't cast the object to the class format and
thus having wrong ivar offset. It also avoids the method check.

It is useful for pre and post conditions, test coverage.

You could find the patch at

git://github.com/MrGwen/smalltalk.git commit  660a66613e62f8d5236f

Gwen



reply via email to

[Prev in Thread] Current Thread [Next in Thread]