Re: phpng: Refactored PHP Engine with Big Performance Improvement

From: Date: Mon, 05 May 2014 18:01:29 +0000
Subject: Re: phpng: Refactored PHP Engine with Big Performance Improvement
References: 1 2 3 4 5 6 7 8  Groups: php.internals 
Request: Send a blank email to [email protected] to get a copy of this message
The improvement are made with JIT in mind. In the future, in many places we
might predict the type and don't check it at all.

Thanks. Dmitry.


On Mon, May 5, 2014 at 7:26 PM, Johannes Schlüter <[email protected]>wrote:

> Hi,
>
> On Mon, 2014-05-05 at 18:31 +0400, Dmitry Stogov wrote:
> > I'm doing it right now: https://wiki.php.net/phpng-int
>
> I haven't looked deeply into it, but a thing I wondered about old zvals
> already:
>
> CELL Format (zval)
>
>
> +----------------------------------------------------------------------------------+
> | VALUE (64-bit)
>         |
>
> +--------------------------+-------------+-------------+-------------+-------------+
> | UNUSED (32-bit)          | UNUSED      | const_flags | type_flags  |
> TYPE        |
>
> +--------------------------+-------------+-------------+-------------+-------------+
>  63                      32 31         24 23         16 15          8 7
>         0
>
> Have you tried movin the TYPE to the einning of the structure? - I
> assume checking/setting the type is the most common operation. By moving
> it upfront the address of the type equals the address of the zval, thus
> the CPU should be ale to access it without offset, might improve
> pipeline throughput.
>
> I haven't measured that, but miht be interesting while already chaning
> this.
>
> johannes
>
>


Thread (123 messages)

« previous php.internals (#73910) next »