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 taint #58

Merged
merged 4 commits into from
Jan 23, 2024
Merged

Improve taint #58

merged 4 commits into from
Jan 23, 2024

Conversation

technovision99
Copy link
Contributor

Speeds up taint analysis by using FxHash, a faster hashing algorithm than the default one in HashMap. Also uses the raw variable id instead of the entire VarId struct.

@smonicas smonicas merged commit fb8c6cb into cairo-2-4-3 Jan 23, 2024
7 checks passed
smonicas added a commit that referenced this pull request Jan 24, 2024
* Update for Cairo 2.4.3

* Improve taint (#58)

* update taint to use fxhash

* remove debug + timing

* clippy and fmt

* remove file

* Update for Cairo 2.5.0

---------

Co-authored-by: technovision99 <25871300+technovision99@users.noreply.github.com>
@smonicas smonicas deleted the improve-taint branch January 25, 2024 13:43
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