Implementing a Smalltalk debugger with JSR292

Mark Roos mroos at roos.com
Sun Nov 27 16:00:55 PST 2011


Hi Rémi

Thanks for the comments.  I like the idea of using switchPoints and have 
been thinking about them both
for this and for the general purpose of method invalidation.  Right now I 
keep a list of all callsites and
when necessary I dump them all.  I thought of replacing this with a 
switchpoint but then I lose the
ability to selectively invalidate ( by selector usually ) unless I have a 
switchpoint per selector. 

I have some experiments planned to compare the approaches. 

thanks
mark
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/mlvm-dev/attachments/20111127/2ae581b8/attachment.html 


More information about the mlvm-dev mailing list