[pcre-dev] 8.35 RC1 on Aarch64

トップ ページ
このメッセージを削除
著者: Laurent Desnogues
日付:  
To: pcre-dev
題目: [pcre-dev] 8.35 RC1 on Aarch64
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 hardware access could confirm.

Hope this helps,

Laurent