Optimizing mem gas cost

This commit is contained in:
Tomasz Drwięga
2016-07-11 12:51:31 +02:00
parent edaf24a2ce
commit f1edd3d683
3 changed files with 79 additions and 10 deletions

View File

@@ -17,6 +17,7 @@
//! Parity EVM interpreter binary.
#![warn(missing_docs)]
#![allow(dead_code)]
extern crate ethcore;
extern crate rustc_serialize;
extern crate docopt;