[IronPython] Hosting, Adaptive Compilation, and Interpreted Mode

Curt Hagenlocher curt at hagenlocher.org
Thu Jun 18 15:04:27 CEST 2009


In 2.6, the current state is as follows:

The "Interpreted" setting has been removed and "AdaptiveCompilation" is now
the default. The sole alternative to adaptive compilation is "full up front"
compilation, which can be enabled by saying "-X:NoAdaptiveCompilation".

On Sat, Jun 13, 2009 at 11:32 AM, Jeff Hardy <jdhardy at gmail.com> wrote:

> I'm a little confused as to the various ways of configuring
> IronPython's compilation behaviour. From what I gather, there should
> be three possible settings: fully interpreted, adaptive compilation,
> and fully compiled. It seems that the "AdaptiveCompilation" and
> "Interpreted" settings can control these settings, but I'm not sure
> how they interact. What combinations should I be using to acheive the
> three options above? And what would be the result of setting both of
> them to true?
>
> - Jeff
> _______________________________________________
> Users mailing list
> Users at lists.ironpython.com
> http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20090618/2bbce9c7/attachment.html>


More information about the Ironpython-users mailing list