[Ironpython-users] Startup performance

Slide slide.o.mix at gmail.com
Tue Apr 10 13:59:03 CEST 2012


Agreed, I think what I need to do is have a couple REQUIRED libraries
similar to how csc does it (mscorlib, etc are referenced automatically
unless told not to) and then other libraries will be embedded with a
/ref param or something. I'll take a look.

On Fri, Mar 16, 2012 at 9:31 AM, Jeff Hardy <jdhardy at gmail.com> wrote:
> On Fri, Mar 16, 2012 at 9:12 AM, Slide <slide.o.mix at gmail.com> wrote:
>> How long does it take if you run in script form? Just wondering for
>> comparison.
>
> Yeah, that would be a good comparison - .NET will have to JIT all of
> IronPython as it loads, which can take some time. The installer runs
> NGEN to reduce this pretty significantly. Plus the compiled exes are
> pretty big, which is a lot of code to load from disk.
>
> Alex, it might be worth having an option to exclude
> IronPython.Modules/Sqlite/Wpf just to reduce the disk size a bit.
>
> - Jeff



-- 
Website: http://earl-of-code.com


More information about the Ironpython-users mailing list