On Sep 8, 2011, at 4:06 PM, Thomas Wuerthinger wrote:

> Here an example for a scripting method that performs a+b and is guessed to 
> not overflow.

Your example is simplified by the fact that, in the handler, there is only one 
possible deopt point.  What if there are two?

E.g., what if your code is: add(a,b,c) := a+b+c .
_______________________________________________
mlvm-dev mailing list
mlvm-dev@openjdk.java.net
http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev

Reply via email to