Dmitry Stogov wrote:
> Hi,
>
> I'm proposing another optimisation technique implementation for PHP
> which makes up to 20% speed up on synthetic tests and up to 8% speed up
> on real-life applications.
>
> The technique is similar to "inline caches" which is very popular in JIT
> compilers for object oriented languages.
>
> http://wiki.php.net/rfc/runtimecache
>
> The patch breaks binary and source compatibility but it's not hard to
> adopt extensions to use it.
>
> I'm going to commit the patch on next week in case of no objections.
>
> Thanks. Dmitry.
>

Hi Dmitry,

Can update the RFC to explain the breakage and give the required or
suggested best-practice changes for extensions?

Thanks,

Chris


--
Email: christopher.jo...@oracle.com
Tel:  +1 650 506 8630
Blog:  http://blogs.oracle.com/opal/
Free PHP Book: http://tinyurl.com/ugpomhome

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to