You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to mono-...@googlegroups.com
Hi
Sorry to bother you again about performance, but I just did a profile on our assembly generator and a lot of time goes into getting the properties values and calling methods of the Type object using reflection. Examples are in ReflectionHelper:
What is the reason for calling members of Type using Invoke? The library could be faster if a direct call is made. I did a test by changing all the reflected calls in ReflectionHelper.cs and our generator got 20% faster (after the change saving the assembly takes now takes most of the time: 65%).