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

simplify BlockContext #5370

Draft
wants to merge 1 commit into
base: dev
Choose a base branch
from
Draft

Conversation

rbran
Copy link
Contributor

@rbran rbran commented May 6, 2024

No description provided.

@rbran
Copy link
Contributor Author

rbran commented May 6, 2024

It's possible to completely remove the BlockContext and related generics, any BasicBlock<T> and Array<BasicBlock<T>> can be transformed into T and Array<T>, but the Ref struct get in the way. That can only be fully implemented with something similar to #5238.

@ElykDeer ElykDeer added the Component: Rust API Issue needs changes to the Rust API label May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Rust API Issue needs changes to the Rust API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants