[Mono-list] profiling mono

Dietmar Maurer dietmar@ximian.com
11 Nov 2002 18:14:06 +0100


On Mon, 2002-11-11 at 17:34, James Roberts wrote:
> So, what we would really like to have is some kind of
> mapping from the translated x86 instructions back to
> the original MSIL instructions from which those
> translated instructions arose.
> 
> Does anyone have any ideas on how to make such a
> mapping from x86 instruction back to MSIL instruction?
>  Alternatively, if we only wanted to match x86 basic
> block to MSIL basic block, how would the problem
> change?  How about mapping x86 functions back to MSIL
> methods?

Take a look at mono/mono/jit/debug.h

- Dietmar