How do I install IronPython 2.0 with NGEN'ed binaries?

坚强是说给别人听的谎言 提交于 2019-12-04 17:38:09

Try passing in NGENDLLS=True from the commandline.

Update 1: If you are using scripts for mass distribution, Then you can probably just ngen from your script. Also, the ironpython mailing list is very responsive, You can try to ask your question there.

Update 0: In the final release there is a check box that enables the ngen'ing of the ironpython assemblies. Just check it during installation. Maybe you installed rc realese that, as far as I remember, didn't have this option.

Unrelated to the direct question but if you're looking for general speed ups you can also look at modifying the standard site.py by making it empty. You could also look at using the pyc.py sample to pre-compile all of the standard modules (and then ngen that DLL as well).

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!