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