public inbox for libffi-discuss@sourceware.org
 help / color / mirror / Atom feed
* Please merge Windows ARM64 fixes
@ 2019-08-07 18:54 Paul Monson via libffi-discuss
  0 siblings, 0 replies; only message in thread
From: Paul Monson via libffi-discuss @ 2019-08-07 18:54 UTC (permalink / raw)
  To: libffi-discuss

Can someone please merge https://github.com/libffi/libffi/pull/496


  *   Fixes cygwin/mingw builds for Windows ARM64
  *   Adds an appveyor build which is green, to help verify that incoming changes continue to build for Windows ARM.
  *   Structured exception handling (SEH) tests using libffi in Python are failing because the current use of frame macros and bad pointer path with the constant #32 corrupt the stack, preventing the stack from being unrolled correctly when there is a exception within a libffi call.
  *   The current implementation calls ffi_data_to_code_pointer which is incorrect since the Windows implementation uses the C runtime's malloc and not dlmalloc.

Thanks,
Paul

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-08-07 18:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-07 18:54 Please merge Windows ARM64 fixes Paul Monson via libffi-discuss

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).