Re: [IronPython] Named Tuple and IronPython 2

2008-09-21 Thread Michael Foord
Dino Viehland wrote: Not too long ago I prototyped a frames implementation including making _getframe work - but it doesn't include locals in the frames. I guess in this case it would work just fine. The downside is it results in a 50% perf degrade on Pybench when calling recursive functions

Re: [IronPython] Named Tuple and IronPython 2

2008-09-19 Thread Douglas S. Blank
Dino Viehland wrote: Not too long ago I prototyped a frames implementation including making _getframe work - but it doesn't include locals in the frames. I guess in this case it would work just fine. The downside is it results in a 50% perf degrade on Pybench when calling recursive functions.

Re: [IronPython] Named Tuple and IronPython 2

2008-09-19 Thread Dino Viehland
Not too long ago I prototyped a frames implementation including making _getframe work - but it doesn't include locals in the frames. I guess in this case it would work just fine. The downside is it results in a 50% perf degrade on Pybench when calling recursive functions. But we're already r