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

Sequences #759

Merged
merged 7 commits into from
Jun 15, 2021
Merged

Sequences #759

merged 7 commits into from
Jun 15, 2021

Conversation

robdockins
Copy link
Contributor

Add a new Sequence type to crucible.

This will be used to implement the event log needed to close #587. It may also prove helpful when we eventualy refactor the LLVM memory model.

Copy link
Contributor

@RyanGlScott RyanGlScott left a comment

Choose a reason for hiding this comment

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

Hooray! This looks good to me from a quick glance (aside from some very minor suggestions).

Unlike vectors, sequences are explicitly represented as cons-lists
and are designed to be merged effeciently, even at different lengths.
@robdockins robdockins marked this pull request as ready for review June 11, 2021 16:27
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.

Incorrect counterexample in crux-llvm
2 participants