[PHP-DEV] Prototype PHP interpreter using the PyPy toolchain - Hippy VM

2012-07-16 Thread marius adrian popa
http://morepypy.blogspot.com/2012/07/hello-everyone.html and the comments http://news.ycombinator.com/item?id=4241921 http://en.reddit.com/r/programming/comments/wipf2/prototype_php_interpreter_using_the_pypy/

Re: [PHP-DEV] Prototype PHP interpreter using the PyPy toolchain - Hippy VM

2012-07-16 Thread Ferenc Kovacs
On Mon, Jul 16, 2012 at 12:04 PM, marius adrian popa map...@gmail.comwrote: http://morepypy.blogspot.com/2012/07/hello-everyone.html and the comments http://news.ycombinator.com/item?id=4241921 http://en.reddit.com/r/programming/comments/wipf2/prototype_php_interpreter_using_the_pypy/

Re: [PHP-DEV] Prototype PHP interpreter using the PyPy toolchain - Hippy VM

2012-07-16 Thread Laruence
On Mon, Jul 16, 2012 at 6:19 PM, Ferenc Kovacs tyr...@gmail.com wrote: On Mon, Jul 16, 2012 at 12:04 PM, marius adrian popa map...@gmail.comwrote: http://morepypy.blogspot.com/2012/07/hello-everyone.html and the comments http://news.ycombinator.com/item?id=4241921

Re: [PHP-DEV] Prototype PHP interpreter using the PyPy toolchain - Hippy VM

2012-07-16 Thread Andrew Faulds
To help us in this, there's the PHP Native Interface RFC. It might be difficult to improve the Zend engine until extensions aren't so tightly coupled with the Zend API. On 16 July 2012 11:19, Ferenc Kovacs tyr...@gmail.com wrote: On Mon, Jul 16, 2012 at 12:04 PM, marius adrian popa

Re: [PHP-DEV] Prototype PHP interpreter using the PyPy toolchain - Hippy VM

2012-07-16 Thread Stas Malyshev
Hi! interesting, but am I the only one that we could also boost the performance of the Zend Engine, if we would throw out everything, except the PHP 1.0 features: functions, arrays, ints, floats and strings not that we should do that, I just think that the numbers are somehow misleading.