ergoplatform / ergoplatform/sigma-rust
JIT costing
Open
@sethdusek is already working on this.
Since Sep 16, 2025.
bounty - 1000 ERG
- Dominant language
- Rust
- Stars
- 78
- Forks
- 63
- Avg merge
- 22h 5m
- Merged PRs (30d)
- 3
Description
On evaluation every IR node should add their costs to CostAccumulator. Check out direct-tree-eval branch in sigmastate.
Check out DataValueComparer in sigmastate for equality op costing - https://github.com/ScorexFoundation/sigmastate-interpreter/blob/60793c1c255233da651481516d9d3c977e5f5992/sigmastate/src/main/scala/sigmastate/DataValueComparer.scala#L12-L97
Contributor guide
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.
Assessment
This issue has not been assessed yet.