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

Get rid of the legacy mode #2427

Merged
merged 3 commits into from
May 4, 2023
Merged

Conversation

celinval
Copy link
Contributor

@celinval celinval commented May 3, 2023

Description of changes:

Get rid of the Legacy mode and modify the std regression. Since we produce goto now directly, we can afford using pub_fns. There's just a small performance penalty.

Resolved issues:

N/A

Related RFC:

N/A

Call-outs:

Testing:

  • How is this change tested? Current tests

  • Is this a refactor change? No

Checklist

  • Each commit message has a non-empty body, explaining why the change was made
  • Methods or procedures are documented
  • Regression or unit tests are included, or existing tests cover the modified code
  • My PR is restricted to a single feature or bugfix

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses.

The only place that was still using it was the std regression. Since
we produce goto now directly, we can afford using `pub_fns`. There's
just a small performance penalty.
@celinval celinval requested a review from a team as a code owner May 3, 2023 21:17
This takes way too much time and memory making the CI job fail.
@celinval celinval enabled auto-merge (squash) May 4, 2023 00:44
@celinval celinval disabled auto-merge May 4, 2023 00:44
@celinval celinval enabled auto-merge (squash) May 4, 2023 00:45
@celinval celinval merged commit d44819f into model-checking:main May 4, 2023
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.

2 participants