Non-recursive evaluator (#1282)

Co-authored-by: Leo <leo@powdrlabs.com>
Co-authored-by: Leandro Pacheco <contact@leandropacheco.com>
This commit is contained in:
chriseth
2024-04-24 13:05:18 +02:00
committed by GitHub
parent 3d20bd0b04
commit d48c479d30
2 changed files with 562 additions and 384 deletions

View File

@@ -45,3 +45,7 @@ overflow-checks = true
panic = 'unwind'
incremental = true # This is true because target is cached
codegen-units = 256
[profile.release-with-debug]
inherits = "release"
debug = true

File diff suppressed because it is too large Load Diff