Skip to content

Commit 6b3cedf

Browse files
committed
Typos
1 parent 853504f commit 6b3cedf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext/opcache/jit/README-IR.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Key benefits of the new JIT implementation:
1414
allocation (the resulting native code is more efficient)
1515
- PHP doesn't have to care about most low-level details (different CPUs,
1616
calling conventions, TLS details, etc)
17-
- it's mach easier to implement support for new targets (e.g. RISCV)
17+
- it's much easier to implement support for new targets (e.g. RISCV)
1818
- IR framework is going to be developed separately from PHP and may accept
19-
contibutions from other projects (new optimizations, improvemets, bug fixes)
19+
contributions from other projects (new optimizations, improvements, bug fixes)
2020

2121
Disadvantages:
2222
- JIT compilation becomes slower (this is almost invisible for tracing
@@ -26,7 +26,7 @@ IR Framework is included into PHP as a GIT submodule. It should be fetched by
2626

2727
``git submodule update --init --recursive``
2828

29-
The new JIT implementation sucessfully passes all CI workflows, but it's still
29+
The new JIT implementation successfully passes all CI workflows, but it's still
3030
not mature and may cause failures. To reduce risks, this patch doesn't remove
3131
the old JIT implementation (that is the same as PHP-8.3 JIT). It's possible
3232
to build PHP with the old JIT by configuring with **--disable-opcache-jit-ir**.

0 commit comments

Comments
 (0)