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

Start support for muxing function handles #615

Closed
wants to merge 4 commits into from

Conversation

travitch
Copy link
Contributor

This change (which does not compile yet) generalizes the current RegValue
instance for function handles into a mux (the PartitioningMuxTree, ported from
the FancyMuxTree in crux-mir).

This change modifies the call sequence to call all possible functions indicated
by a muxed function handle and mux their results together.

This change (which does not compile yet) generalizes the current `RegValue`
instance for function handles into a mux (the `PartitioningMuxTree`, ported from
the `FancyMuxTree` in crux-mir).

This change modifies the call sequence to call all possible functions indicated
by a muxed function handle and mux their results together.
The remaining problem is that the muxing doesn't actually type check because we
don't have access to a CrucibleReturnTarget at this point.
@langston-barrett
Copy link
Contributor

Closing as this is very old and unlikely to merged in its current state.

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.

None yet

2 participants