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

Optimizer Component: ReasoningAnalyzer #10810

Open
chriseth opened this issue Jan 19, 2021 · 0 comments
Open

Optimizer Component: ReasoningAnalyzer #10810

chriseth opened this issue Jan 19, 2021 · 0 comments
Labels
epic effort Multi-stage task that may require coordination between team members across multiple PRs. high impact Changes are very prominent and affect users or the project in a major way. must have Something we consider an essential part of Solidity 1.0. optimizer

Comments

@chriseth
Copy link
Contributor

The ReasoningAnalazer is an optimizer component to be used as a base class. It traverses the AST and records relations between SSA variables (it ignores everything that is not an SSA variable) and the state of storage and memory using a reasoning engine. The reasoning engine is exchangeable: It can use both an LP solver and an SMT solver.

@ekpyron ekpyron added epic effort Multi-stage task that may require coordination between team members across multiple PRs. must have Something we consider an essential part of Solidity 1.0. high impact Changes are very prominent and affect users or the project in a major way. labels Sep 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
epic effort Multi-stage task that may require coordination between team members across multiple PRs. high impact Changes are very prominent and affect users or the project in a major way. must have Something we consider an essential part of Solidity 1.0. optimizer
Projects
None yet
Development

No branches or pull requests

4 participants