Skip to content

Update opcache.jit_hot_loop #4685

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions reference/opcache/ini.xml
Original file line number Diff line number Diff line change
Expand Up @@ -307,9 +307,9 @@
</row>
<row>
<entry><link linkend="ini.opcache.jit-hot-loop">opcache.jit_hot_loop</link></entry>
<entry>64</entry>
<entry>61</entry>
<entry><constant>INI_SYSTEM</constant></entry>
<entry>Available as of PHP 8.0.0</entry>
<entry>Available as of PHP 8.0.0. Before PHP 8.5.0, the default value was 64</entry>
</row>
<row>
<entry><link linkend="ini.opcache.jit-hot-func">opcache.jit_hot_func</link></entry>
Expand Down Expand Up @@ -1168,6 +1168,12 @@
e.g. <literal>-1</literal> or <literal>256</literal>, default value will be
used instead. <literal>0</literal> will disable JIT to trace and compile any loops.
</para>
<note>
<simpara>
It is recommended that this parameter is set to a prime number,
to prevent it from being a multiple of loop iteration counts.
</simpara>
</note>
</listitem>
</varlistentry>
<varlistentry xml:id="ini.opcache.jit-hot-func">
Expand Down