zink-lang / zink

Rustic programming language that targets the Ethereum Virtual Machine
https://zink-lang.org
GNU General Public License v3.0
139 stars 13 forks source link

Handle memory allocations for local variables #269

Closed clearloop closed 1 week ago

clearloop commented 3 weeks ago

https://github.com/zink-lang/zink/blob/main/codegen/src/local.rs#L90

the calculation of memory offset for local variables is outdated after #245