Hi,
s...@geleia.net wrote:
On Tue, May 18, 2010 8:22 am, Dmitry Stogov wrote:
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
On Tue, May 18, 2010 8:22 am, Dmitry Stogov wrote:
> 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 JI
On Mon, May 24, 2010 at 10:46 PM, Christopher Jones
wrote:
>
> Thanks Dmitry - that's great.
I second that, useful info for people with time issues like us :)
> Also thanks to Stas for his reply.
>
> Chris
>
> Dmitry Stogov wrote:
>>
>> Hi Chris,
>>
>> I've added notes for extension maintainers.
Thanks Dmitry - that's great.
Also thanks to Stas for his reply.
Chris
Dmitry Stogov wrote:
Hi Chris,
I've added notes for extension maintainers.
I hope they will answer all your questions.
Thanks. Dmitry.
Christopher Jones wrote:
Dmitry Stogov wrote:
>> > http://wiki.php.net/rfc/runt
Hi Chris,
I've added notes for extension maintainers.
I hope they will answer all your questions.
Thanks. Dmitry.
Christopher Jones wrote:
Dmitry Stogov wrote:
>> > http://wiki.php.net/rfc/runtimecache
>> >
>> > The patch breaks binary and source compatibility but it's not
hard to
>
Hi!
If I understand what you implied later in your email, calls to
zend_hash_copy should be replaced with calls to
object_properties_init. Is this always true? Is this the only
That's probably not so. As I understand, the patch changes the way the
object properties are accessed. So if your
Dmitry Stogov wrote:
>> > http://wiki.php.net/rfc/runtimecache
>> >
>> > The patch breaks binary and source compatibility but it's not hard to
>> > adopt extensions to use it.
>>
>> Hi Dmitry,
>>
>> Can update the RFC to explain the breakage and
>
> It's clear from the patch. The same is ex
Hi Jones,
Christopher Jones wrote:
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" wh
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 o
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:
10 matches
Mail list logo