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

Improve echidna printer perf #2064

Merged
merged 11 commits into from
Oct 13, 2023
Merged

Improve echidna printer perf #2064

merged 11 commits into from
Oct 13, 2023

Conversation

montyly
Copy link
Member

@montyly montyly commented Jul 24, 2023

No description provided.

@@ -443,7 +442,7 @@ def output(self, filename: str) -> Output: # pylint: disable=too-many-locals
"functions_relations": functions_relations,
"constructors": constructors,
"have_external_calls": external_calls,
"call_a_parameter": call_parameters,
# "call_a_parameter": call_parameters,
Copy link
Contributor

Choose a reason for hiding this comment

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

Why is this commented out?

Copy link
Contributor

Choose a reason for hiding this comment

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

It needs data dependency and this PR disables computing data dependency for the echidna printer. call_a_parameter is not used in echidna.

@montyly montyly merged commit 7f6edbc into dev Oct 13, 2023
83 checks passed
@montyly montyly deleted the dev-echidna branch October 13, 2023 11:03
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.

3 participants