From 17e52476687e03fecd579f765ad6864cde0f4203 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 6 Feb 2020 08:49:36 +0000 Subject: syscall: support Linux x32 ABI The x32 ABI allows users to take advantage of the extra registers on x86-64 without the bloat of 64-bit pointers and longs. This ought to be significant since Perl was designed when 32-bit was prevalent; and the common structs for ops, hashes, scalars, and arrays use longs (SSize_t/Size_t) for things which should never need 64-bits when processing emails. Debian's x32 port seems to work quite nicely under a chroot on an amd64 Linux system. All tests pass under x32, now. --- MANIFEST | 1 + 1 file changed, 1 insertion(+) (limited to 'MANIFEST') diff --git a/MANIFEST b/MANIFEST index 6de45ebf..f7568c25 100644 --- a/MANIFEST +++ b/MANIFEST @@ -219,6 +219,7 @@ t/ds-leak.t t/ds-poll.t t/edit.t t/emergency.t +t/epoll.t t/fail-bin/spamc t/feed.t t/filter_base.t -- cgit v1.2.3-24-ge0c7