Skip to content

Commit

Permalink
add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
dipinhora committed Dec 5, 2024
1 parent 162a673 commit 1a80c4e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .release-notes/4567.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Deterministic cerealisation for cross binary communication

Pony built-in serialisation can now be used between binaries compiled with the same version of the pony compiler (this would likely result in segfaults previously). Cross binary serialisation will only work for binaries of the same bit width (32 bit vs 64 bit), data model (ilp32, lp64, or llp64), and endianness (big endian or little endian) but is not limited to a single platform (for example: one can mix and match x86_64 linux and aarch64 linux because they have the same bitwidth, data model, and endianness).

0 comments on commit 1a80c4e

Please sign in to comment.