[IronPython] Did you find any purpose to compile IronPython code to DLL using pyc.py

Max Belugin mbelugin at gmail.com
Fri May 4 07:11:44 CEST 2007


I am trying to implement plugin for FarManager file manager using IronPython

The plugin is the dll with a class implementing special interface.

I haven't find a way to build such dll by pyc.py so I decide to write a wrapper
(it is available from http://code.google.com/p/farnet/ )
)

But now is my question: can i decrease startup time using precompilation?
Or how dll compilation is intended to be used?
-- 
Max Belugin, http://belugin.info , ICQ:9406811



More information about the Ironpython-users mailing list