On Wed, Oct 27, 2010 at 4:00 PM, Greg Young <[email protected]> wrote: > I was refering to the linker code you sent > http://github.com/mono/mono/blob/master/mcs/tools/linker/Mono.Linker.Steps/TypeMapStep.cs > It seems to only use IsVirtual (not NewSlot).
The linker is a particular case. Removing virtual methods is not trivial, so it takes the whole method chain, whether they have a NewSlot or not. -- -- mono-cecil
