openethereum/ethcore/src/evm
Robert Habermeier 190e4db266 Trie query recording and AccountDB factory for no mangling (#1944)
* optionally use no mangling for accountdb

* add the recorder module

* get_recorded for tries, no virtual dispatch on readonly tries

* add recording test
2016-08-24 16:53:36 +02:00
..
benches Calculating gas using usize (if supplied gaslimit fits in usize) (#1518) 2016-07-05 15:15:44 +02:00
interpreter Validating u256->usize conversion 2016-08-08 10:26:28 +02:00
evm.rs Validating u256->usize conversion 2016-08-08 10:26:28 +02:00
ext.rs ethkey and ethstore use hash structures from bigint (#1851) 2016-08-15 15:09:00 +02:00
factory.rs Trie query recording and AccountDB factory for no mangling (#1944) 2016-08-24 16:53:36 +02:00
instructions.rs Getting rid of get_info 2016-07-12 10:28:42 +02:00
jit.rs Fixing jit compilation 2016-06-23 14:46:33 +02:00
mod.rs Gas for mem optimization (#1768) 2016-07-30 06:38:44 -07:00
schedule.rs Gas for mem optimization (#1768) 2016-07-30 06:38:44 -07:00
tests.rs Trace other types of calls (#1727) 2016-07-27 17:41:21 +02:00