[IronPython] clr.CompileSubclassTypes

Michael Foord fuzzyman at voidspace.org.uk
Mon Sep 28 18:03:31 CEST 2009


Hello all,

We compile our Python files to assemblies using Pyc, for (amongst other 
reasons) startup and performance benefits. Now that RC1 is out we are in 
the process of porting to IronPython 2.6 (only two bugs reported so far).

Will we get any performance / startup benefits from also dumping the 
.NET subtypes to disk, using clr.CompileSubclassTypes, and shipping / 
adding references to those assemblies too?

Michael

-- 
http://www.ironpythoninaction.com/
http://www.voidspace.org.uk/blog





More information about the Ironpython-users mailing list