[Mono-devel-list] Alias analysis

Massimiliano Mantione massi at ximian.com
Thu Jan 27 08:35:00 EST 2005


On Thu, 2005-01-27 at 13:26, Ben Maurer wrote:
> Here, I would say `just do deadce on variables that don't get the
> address taken'.

A bit suboptimal...

> I think the simpler way to do it is to avoid looking at
> 
> blah.X as
> 
> ldloca blah
> ldfld X
> 
> and as something like:
> 
> ldloc blah
> ldfld X
> 
> COnsidering loading a value type field as taking the address of a
> variable isn't good for the jit.

The semantics of ldfld requires an address, and this is something
I just cannot change...

Ciao,
  Massi





More information about the Mono-devel-list mailing list