Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EOP: Using a Dedicated Stable Option Type in Persistent State #4601

Merged
merged 3 commits into from
Jul 12, 2024

Conversation

luc-blaeser
Copy link
Contributor

EOP: Using a Dedicated Stable Option Type in Persistent State

Related to enhanced orthogonal persistence, see #4193.

As the Rust-native Option type may change its implementation and memory representation in future Rust releases, the runtime system for enhanced orthogonal persistent should use a dedicated option type in the internal persistent state. This dedicated option type has a long-term fixed representation (in C-layout convention) and is used in the garbage collector state that is again part of the persistent metadata.

@luc-blaeser luc-blaeser self-assigned this Jul 5, 2024
Copy link

github-actions bot commented Jul 5, 2024

Comparing from e00bafb to b0bfde1:
The produced WebAssembly code seems to be completely unchanged.

@luc-blaeser luc-blaeser marked this pull request as ready for review July 5, 2024 11:32
@luc-blaeser luc-blaeser requested review from crusso and ggreif July 8, 2024 14:18
Copy link
Contributor

@crusso crusso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@luc-blaeser
Copy link
Contributor Author

Thank you for the review, Claudio!

@luc-blaeser luc-blaeser merged commit a210119 into luc/stable-heap Jul 12, 2024
6 checks passed
@luc-blaeser luc-blaeser deleted the luc/stable-option branch July 12, 2024 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants