From: Tyson Andre Date: Wed, 20 May 2020 14:01:34 +0000 (-0400) Subject: Fix grammar in the jit's README.md X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3e045d5f2b109cb53c01e626f0c0a668cd16a352;p=php Fix grammar in the jit's README.md For GH-5585 --- diff --git a/ext/opcache/jit/README.md b/ext/opcache/jit/README.md index 834ecc390d..2cc08d2827 100644 --- a/ext/opcache/jit/README.md +++ b/ext/opcache/jit/README.md @@ -6,7 +6,7 @@ This converts the PHP Virtual Machine's opcodes into x64/x86 assembly, on POSIX platforms and Windows. It generates native code directly from PHP byte-code and information collected -by SSA static analysis framework (a part of the opcache optimizer). +by the SSA static analysis framework (a part of the opcache optimizer). Code is usually generated separately for each PHP byte-code instruction. Only a few combinations are considered together (e.g. compare + conditional jump).