From 3e045d5f2b109cb53c01e626f0c0a668cd16a352 Mon Sep 17 00:00:00 2001 From: Tyson Andre Date: Wed, 20 May 2020 10:01:34 -0400 Subject: [PATCH] Fix grammar in the jit's README.md For GH-5585 --- ext/opcache/jit/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). -- 2.40.0