On Fri, Mar 16, 2012 at 9:12 AM, Slide <slide.o....@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
_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
http://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to