Adjustable stack size for EVM (#2483)

* stack size for io workers & evm threshold

* rust way to remember stack size

* right value

* 24kb size

* some stack reduction
This commit is contained in:
Nikolay Volf
2016-10-06 19:42:54 +03:00
committed by Arkadiy Paronyan
parent 75d9174294
commit ac0ae2442f
3 changed files with 25 additions and 8 deletions

View File

@@ -68,6 +68,8 @@ mod panics;
use mio::{EventLoop, Token};
use std::fmt;
pub use worker::LOCAL_STACK_SIZE;
#[derive(Debug)]
/// IO Error
pub enum IoError {