ethereumproject / evm-rs

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

JIT: Use ContextRef to safely hold references to the LLVM Context #27

Closed jakelang closed 5 years ago

jakelang commented 5 years ago

Update: Not a viable solution. Closing.