Hi, On Thu, Dec 6, 2012 at 1:01 PM, Maciej Fijalkowski <[email protected]> wrote: > The problem, *right now* is that it's a proof of concept that requires > some work to be finished and/or to use JIT and be fast. I won't do it, > also because I have other Open Source commitments at hand.
Same here. Anyone is welcome to invest efforts, as long as he knows there will be efforts to be invested --- i.e. it's not a one-week side project. It's maybe a 6-month or 1-year project. And the end result might compete in speed with V8, but will unlikely be universally faster. I'd rather guess that it would be generally a bit slower overall, but more consistent, i.e. without any case of "oups, we didn't implement this in the JIT so far, so if you do that, your program's performance is dropping 10x". And yes, it can use the same sandboxing layer, and (if needed) the same STM layer, and so on, if that's useful for your use case. It is still 6-to-12 months of work. A bientôt, Armin. _______________________________________________ pypy-dev mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-dev
