Squeak
  links to this page:    
View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide
MessageSendRecorder (and MethodWrappers)
Last updated at 5:01 pm UTC on 20 August 2020
Jul 28, 2020; 10:26am marcel.taeumel marcel.taeumel
[ANN] MessageSendRecorder (and MethodWrappers) @ GitHub

Hi all!

I revived (and cleaned-up) a tracing project for Squeak our group did several years ago:
https://github.com/hpi-swa/MessageSendRecorder
And the end of the readme.md, you will find pointers to papers that (more or less) made use of this approach.

It uses MethodWrappers, which I also pushed to GitHub:
https://github.com/hpi-swa/MethodWrappers

Happy Squeaking!

Best,
Marcel

See also

ObjectTracer