[pcre-dev] [Bug 1922] Selection of system properties for the…

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 1922] Selection of system properties for the regular expressions engine at run time
https://bugs.exim.org/show_bug.cgi?id=1922

--- Comment #1 from Philip Hazel <ph10@???> ---
Code unit size can already be selected at run time. The pcre2test program does
this by linking with multiple libraries. (Try "pcre2test -16" vs "pcre2test
-32".)

I do not see any way of changing ABI at run time, nor the internal linkage size
(except by linking with yet more libraries, and then you have to deal with name
clashes).

I do not understand calling conventions as I am not a Windows user.

--
You are receiving this mail because:
You are on the CC list for the bug.