We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27b849e commit 3e045d5Copy full SHA for 3e045d5
ext/opcache/jit/README.md
@@ -6,7 +6,7 @@ This converts the PHP Virtual Machine's opcodes into x64/x86 assembly,
6
on POSIX platforms and Windows.
7
8
It generates native code directly from PHP byte-code and information collected
9
-by SSA static analysis framework (a part of the opcache optimizer).
+by the SSA static analysis framework (a part of the opcache optimizer).
10
Code is usually generated separately for each PHP byte-code instruction. Only
11
a few combinations are considered together (e.g. compare + conditional jump).
12
0 commit comments