Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-03Make Main method publicMarek Safar
2004-12-06remove svn:executable from *.csRaja R Harinath
svn path=/trunk/mcs/; revision=37192
2002-03-06Bug fixes and a couple of optimizations (used a nice profiler to findMiguel de Icaza
a few easy to fix hot spots): 2002-03-05 Miguel de Icaza <miguel@ximian.com> * typemanager.cs (NoTypes): Move the definition for the empty Type array here. * class.cs (TypeContainer.FindMembers): Also look for methods defined by properties. (TypeContainer.DefineProxy): New function used to proxy to parent implementations when implementing interfaces. (TypeContainer.ParentImplements): used to lookup if our parent implements a public function that is required by an interface. (TypeContainer.VerifyPendingMethods): Hook this up. * typemanager.cs (TypeManager, AddModule, AddAssembly): Make the `modules' and `assemblies' arraylists into arrays. We only grow these are the very early start up of the program, so this improves the speedof LookupType (nicely measured). svn path=/trunk/mcs/; revision=2929