[pcre-dev] Major JIT compiler update in PCRE with Sparc 32 s…

Top Page
Delete this message
Author: Zoltán Herczeg
Date:  
To: pcre-dev
Subject: [pcre-dev] Major JIT compiler update in PCRE with Sparc 32 support
Hi,

I just landed a major JIT compiler update in PCRE. The new code mostly contains code refactoring and bugfixing in MIPS and PowerPC ports. An experimental Sparc 32 support is also added.

I noticed that all big endian systems complain that:

-Running in 16-bit mode but pattern was compiled in 32-bit mode
+Running in 16-bit mode but pattern was compiled in 0-bit mode

(These are binary tests as far as I remember)

Other than that, all test pass. I will check this issue in due course as well.

Regards,
Zoltan