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

Per-harness code generation #1855

Closed
celinval opened this issue Nov 4, 2022 · 0 comments · Fixed by #2439
Closed

Per-harness code generation #1855

celinval opened this issue Nov 4, 2022 · 0 comments · Fixed by #2439
Assignees
Labels
[C] Feature / Enhancement A new feature request or enhancement to an existing feature.

Comments

@celinval
Copy link
Contributor

celinval commented Nov 4, 2022

Requested feature: Generate code on a per-harness basis instead of aggregating the reachable code for all harnesses.
Use case: Improve the verification performance since goto-instrument may not be able to slice some stuff that is actually unreachable. See #1659 for an example on how adding a second harness can interfere with the time of the first.
Link to relevant documentation (Rust reference, Nomicon, RFC):

@celinval celinval self-assigned this Nov 8, 2022
@tedinski tedinski added the [C] Feature / Enhancement A new feature request or enhancement to an existing feature. label Nov 14, 2022
@celinval celinval assigned feliperodri and celinval and unassigned celinval and feliperodri May 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[C] Feature / Enhancement A new feature request or enhancement to an existing feature.
Projects
No open projects
Status: Done
Status: Done
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants