Skip to content

Conversation

@dvdhrm
Copy link
Member

@dvdhrm dvdhrm commented Jan 16, 2026

Add four new helpers to explicitly alias uninitialized data as initialized. This is obviously only valid if the data is initialized.

This simplifies callsites significantly, since they no longer have to use transmutes, but can rely on those helpers to stricly limit the transmute to a semi-safe subset.

Add four new helpers to explicitly alias uninitialized data as
initialized. This is obviously only valid if the data is initialized.

This simplifies callsites significantly, since they no longer have to
use transmutes, but can rely on those helpers to stricly limit the
transmute to a semi-safe subset.

Signed-off-by: David Rheinsberg <david@readahead.eu>
@dvdhrm dvdhrm merged commit 83d0e65 into bus1:main Jan 16, 2026
10 checks passed
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.

1 participant