Re: [IronPython] Horrible performance regression of exec on IP2

2008-08-11 Thread Dino Viehland
that's not likely to happen in 2.0 :(. -Original Message- From: Tomas Matousek Sent: Monday, August 11, 2008 2:04 PM To: Discussion of IronPython; Dino Viehland Subject: RE: [IronPython] Horrible performance regression of exec on IP2 The heuristics for function definitions won'

Re: [IronPython] Horrible performance regression of exec on IP2

2008-08-11 Thread Tomas Matousek
de if the counter reaches some threshold. Tomas -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Shri Borde Sent: Monday, August 11, 2008 1:57 PM To: Dino Viehland; Discussion of IronPython Subject: Re: [IronPython] Horrible performance regression of exec o

Re: [IronPython] Horrible performance regression of exec on IP2

2008-08-11 Thread Dino Viehland
ailto:[EMAIL PROTECTED] On Behalf Of Seo Sanghyeon Sent: Monday, August 11, 2008 2:00 PM To: Discussion of IronPython Subject: Re: [IronPython] Horrible performance regression of exec on IP2 2008/8/12 Dino Viehland <[EMAIL PROTECTED]>: > This is probably because we'll interpret code tha

Re: [IronPython] Horrible performance regression of exec on IP2

2008-08-11 Thread Seo Sanghyeon
2008/8/12 Dino Viehland <[EMAIL PROTECTED]>: > 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. Argh, I was using exec as a poor man's macro tool. Exactly computation

Re: [IronPython] Horrible performance regression of exec on IP2

2008-08-11 Thread Shri Borde
Done Thanks, Shri -Original Message- From: Dino Viehland Sent: Monday, August 11, 2008 1:54 PM To: Shri Borde Subject: RE: [IronPython] Horrible performance regression of exec on IP2 Sounds like a good plan - do you want to add those comments to the bug? :) -Original Message

Re: [IronPython] Horrible performance regression of exec on IP2

2008-08-11 Thread Dino Viehland
riginal Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Seo Sanghyeon Sent: Monday, August 11, 2008 1:20 PM To: users@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 thi

[IronPython] Horrible performance regression of exec on IP2

2008-08-11 Thread Seo Sanghyeon
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 ___