runtimeverification / runtimeverification/evm-semantics
Avoid `require` clause if the given patterns are known to be concrete
Nobody has claimed this yet.
- Dominant language
- KCL
- Stars
- 591
- Forks
- 156
- Avg merge
- 2h 19m
- Merged PRs (30d)
- 1
Description
I saw USEGAS_CELL in the require clause for the summary rules. We might need to remove them to improve the performance for no-gas's symbolic execution.
@anvacaru @palinatolmach @ehildenb What's your suggestions?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating USEGAS_CELL in the require clause for the summary rules and inspect how no-gas symbolic execution uses those rules. Determine which given patterns are known to be concrete, then verify that removing the unnecessary clauses improves performance without changing symbolic execution behavior.
Written by the indexing model from the issue text.
Assessment
- Domain
- compilers
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100