pcre2jit.3   pcre2jit.3 
skipping to change at line 27 skipping to change at line 27
JIT support applies only to the traditional Perl-compatible matchin g function. It JIT support applies only to the traditional Perl-compatible matchin g function. It
does not apply when the DFA matching function is being used. The cod e for JIT sup‐ does not apply when the DFA matching function is being used. The cod e for JIT sup‐
port was written by Zoltan Herczeg. port was written by Zoltan Herczeg.
AVAILABILITY OF JIT SUPPORT AVAILABILITY OF JIT SUPPORT
JIT support is an optional feature of PCRE2. The "configure" opti on --enable-jit JIT support is an optional feature of PCRE2. The "configure" opti on --enable-jit
(or equivalent CMake option) must be set when PCRE2 is built if you want to use (or equivalent CMake option) must be set when PCRE2 is built if you want to use
JIT. The support is limited to the following hardware platforms: JIT. The support is limited to the following hardware platforms:
ARM 32-bit (v5, v7, and Thumb2) ARM 32-bit (v7, and Thumb2)
ARM 64-bit ARM 64-bit
IBM s390x 64 bit IBM s390x 64 bit
Intel x86 32-bit and 64-bit Intel x86 32-bit and 64-bit
LoongArch 64 bit LoongArch 64 bit
MIPS 32-bit and 64-bit MIPS 32-bit and 64-bit
Power PC 32-bit and 64-bit Power PC 32-bit and 64-bit
RISC-V 32-bit and 64-bit RISC-V 32-bit and 64-bit
If --enable-jit is set on an unsupported platform, compilation fails . If --enable-jit is set on an unsupported platform, compilation fails .
skipping to change at line 388 skipping to change at line 388
pcre2api(3), pcre2unicode(3) pcre2api(3), pcre2unicode(3)
AUTHOR AUTHOR
Philip Hazel (FAQ by Zoltan Herczeg) Philip Hazel (FAQ by Zoltan Herczeg)
Retired from University Computing Service Retired from University Computing Service
Cambridge, England. Cambridge, England.
REVISION REVISION
Last updated: 23 January 2023 Last updated: 21 February 2024
Copyright (c) 1997-2023 University of Cambridge. Copyright (c) 1997-2024 University of Cambridge.
PCRE2 10.43 23 January 2023 PCRE2JIT(3) PCRE2 10.43 21 February 2024 PCRE2JIT(3)
 End of changes. 3 change blocks. 
3 lines changed or deleted 3 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/