Hi,
I'm modifying fjit in order to capture calls to
methods. I emit a call to a helper function just
before the jit compiler emits a call to a method so
any time a call is executed, a call to my function is
performed first. That is the part that works but now I
want to "catch" only certain method calls, that is
calls to user code methods. Here goes the qüestion: is
there any way in compileCEE_CALL() I can know (maybe
from the token) if the called method is a user code
method or a library method (like Console.WriteLine)?
Hope someone can help me.

Thank you.

___________________________________________________
Yahoo! Móviles
Personaliza tu móvil con tu logo y melodía favorito
en http://moviles.yahoo.es

Reply via email to