paradigmxyz / revmc

JIT and AOT compiler for the Ethereum Virtual Machine, built on Revm.
Apache License 2.0
205 stars 22 forks source link

chore: mark JIT as unsafe #43

Closed DaniPopes closed 4 months ago

DaniPopes commented 4 months ago

Calling a JIT'd function after clearing the module or dropping the compiler is undefined behavior.