Dec. 1, 2011
6:19 p.m.
Hi, On Thu, Dec 1, 2011 at 18:38, Carlos Eduardo <carlosedp@gmail.com> wrote:
(...) Probably this is due to JIT being disabled when using Stackless features.
Other than the performance, it's working fine with the examples I tested from: http://code.google.com/p/stacklessexamples/
Great to know. Indeed, it's probably because the JIT is disabled. If you would like to have better performance, then please put your example code in a new bug report (http://bugs.pypy.org/), where people can complain and try to motivate us to fix the issue :-) It is involved, but at least it is a well-defined issue. A bientôt, Armin.