Struct evm::interpreter::SharedCache[][src]

pub struct SharedCache { /* fields omitted */ }

Global cache for EVM interpreter

Methods

impl SharedCache
[src]

Create a jump destinations cache with a maximum size in bytes to cache.

Get jump destinations bitmap for a contract.

Trait Implementations

impl Default for SharedCache
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for SharedCache

impl Sync for SharedCache