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 > misleadin

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 wrote: > On Mon, Jul 16, 2012 at 12:04 PM, marius adrian popa wrote: > >> http://morepypy.b

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 wrote: > On Mon, Jul 16, 2012 at 12:04 PM, marius adrian popa wrote: > >> 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/commen

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 wrote: > 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/ > Hi, intere

[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/