Struct ethcore::evm::interpreter::SharedCache
[−]
[src]
pub struct SharedCache { /* fields omitted */ }
Global cache for EVM interpreter
Methods
impl SharedCache
[src]
fn new(max_size: usize) -> Self
Create a jump destinations cache with a maximum size in bytes to cache.
fn jump_destinations(&self, code_hash: &H256, code: &[u8]) -> Arc<BitSet>
Get jump destinations bitmap for a contract.