janestreet / memtrace

Streaming client for OCaml's Memprof
MIT License
65 stars 13 forks source link

Fix endianness bug on big-endian systems #16

Closed stedolan closed 2 years ago

stedolan commented 2 years ago

The update_N primitives were not correctly byte-swapping.

stedolan commented 2 years ago

Tests now pass on an s390x chroot.