ethereumproject / evm-rs

Ethereum Virtual Machine implementation in Rust. Fork of the SputnikVM.
Apache License 2.0
14 stars 5 forks source link

Update JIT with more readable function type builder API #45

Closed jakelang closed 5 years ago

jakelang commented 5 years ago

Uses the recently merged FunctionTypeBuilder API, which resides in compiler::util::funcbuilder. A bit more verbose for tiny functions but much easier to understand/debug.