[pcre-dev] 8.35 RC1 on Aarch64

2014-03-27 Thread Laurent Desnogues
Hello, I was playing with pcre 8.35 on QEMU Aarch64. I think I have identified two issues in sljit/sljitNativeARM_64.c - the commented out calls to SLJIT_CACHE_FLUSH are needed - in emit_cmp_to0, there's a missing call to ADJUST_LOCAL_OFFSET(src, srcw); It would be nice if someone with

Re: [pcre-dev] 8.35 RC1 on Aarch64

2014-03-27 Thread Zoltán Herczeg
Hi Laurent, thank you very much for spending time on fixing bugs in PCRE! I really appreciate it. I also found these issues and fixed them yesterday: https://tahini.csx.cam.ac.uk/lurker/message/20140326.182344.f2586b5b.en.html Me neither have hardware, but these changes are clearly needed. The