Hi CHU Zhaowei,
By alias, I meant "an **alternative** name or label that refers to an item, and
can be used to locate or access it."
(add a way to set the option without removing existing ways)
(Users would have the choice of using both the magic numbers or the strings to
refer to the same sett
tions. E.g. what does "minimal" mean in this context?
Regards,
CHU Zhaowei
-Original Message-
From: tyson andre
Sent: Saturday, May 2, 2020 9:59 PM
To: Benjamin Eberlei ; PHP Internals
Subject: Re: [PHP-DEV] opcache.jit directive should be split up
Hi Benjamin,
> > I
Hi Benjamin,
> > I think it would be best to split up opcache.jit into five separate
> > configuration directives and propose the following names:
> >
> > * opcache.jit for (de)activating JIT
> > * opcache.jit_optimization_level for setting the optimization level
> > * opcache.jit_trigger for conf
On Tue, Apr 14, 2020 at 3:53 PM Sebastian Bergmann
wrote:
> PHP 8's JIT is currently mainly controlled through the opcache.jit
> configuration directive [1].
>
> The value for opcache.jit is currently a sequence of four digits, "5021"
> for instance. This would activate JIT optimizations based on
> On Apr 14, 2020, at 08:53, Sebastian Bergmann wrote:
>
> PHP 8's JIT is currently mainly controlled through the opcache.jit
> configuration directive [1].
>
> The value for opcache.jit is currently a sequence of four digits, "5021" for
> instance. This would activate JIT optimizations based
Am 14.04.2020 um 15:53 schrieb Sebastian Bergmann:
The value for opcache.jit is currently a sequence of four digits, "5021"
for instance. This would activate JIT optimizations based on static type
inference and inner procedure analyses (Optimization Level), JIT
optimization of all functions on