[IronPython] Horrible performance regression of exec on IP2

Dino Viehland dinov at exchange.microsoft.com
Mon Aug 11 22:28:34 CEST 2008


This is probably because we'll interpret code that is executed using exec.  So anything very computationally heavy will be slow in exec.  Maybe we need a way to disable that.

If you want to see what it'd be like if we weren't interpreting you could use compile() first.

-----Original Message-----
From: users-bounces at lists.ironpython.com [mailto:users-bounces at lists.ironpython.com] On Behalf Of Seo Sanghyeon
Sent: Monday, August 11, 2008 1:20 PM
To: users at lists.ironpython.com
Subject: [IronPython] Horrible performance regression of exec on IP2

This is just to let you know that I filed a CodePlex issue on this
topic. Please comment (and vote!) there.
http://www.codeplex.com/IronPython/WorkItem/View.aspx?WorkItemId=17781

In particular, I am interested in the result of execfib.py on .NET.
Current data is on Mono.

--
Seo Sanghyeon
_______________________________________________
Users mailing list
Users at lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Sample disclaimer text



More information about the Ironpython-users mailing list