ethereumproject / evm-rs

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

Refactor the JIT to use a context-based design instead of singletons #28

Closed jakelang closed 5 years ago

jakelang commented 5 years ago

note: also moved LLVMAttributeFactory into its own module.