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

Add record/split_pair and record/disjoint_merge #1982

Merged
merged 1 commit into from
Jul 3, 2024

Commits on Jul 1, 2024

  1. Add record/split_pair and record/disjoint_merge

    This is preliminary work for the rewriting of native contracts using the
    (to be introduced in a coming PR) new immediate/delayed representation.
    In particular, in order to efficiently implement the contracts for
    static record types, we need a way to split and recombine record which
    is efficient and preserves field metadata.
    
    Those primops might be useful to efficiently implement other operations
    (record differences, record projection, etc.)
    yannham committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    b175953 View commit details
    Browse the repository at this point in the history