Charlie said
        or finer, like switchpoint-per-class-and-method-name, which I am playing with now

Did you ever come to a conclusion here?

And also
         polymorphic caching, with each entry being a GWT (to check type) and a SP (to check modification)

What happens when the SP triggers?  Do you drop the entire cache or just replace the method guarded by the SP?
Seems like the later would require a mutable call site as the target for the guard before the SP.

thx

mark

_______________________________________________
mlvm-dev mailing list
mlvm-dev@openjdk.java.net
http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev

Reply via email to