https://bugs.exim.org/show_bug.cgi?id=1642
--- Comment #4 from Elliot Saba <staticfloat@???> ---
(lldb) disassemble -n pcre2_match_8
[1575/2036]
libpcre2-8.0.dylib`pcre2_match_8:
0x10007bf10: pushq %rbp
0x10007bf11: movq %rsp, %rbp
0x10007bf14: subq $0x2c0, %rsp
0x10007bf1b: movq 0x10(%rbp), %rax
0x10007bf1f: leaq -0x1c0(%rbp), %r10
Looks like my compiler is using significantly more memory; 0x2c0 == 704 bytes
per frame. I've gist'ed the entire function in case you'd like to take a look
at it:
https://gist.github.com/staticfloat/06b88ee3368f7bee481c
--
You are receiving this mail because:
You are on the CC list for the bug.