Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core/vm: improve JUMPDEST analysis | Felix Lange | 2015-06-03 | 1 | -1/+10 |
| | | | | | | | | | * JUMPDEST analysis is faster because less type conversions are performed. * The map of JUMPDEST locations is now created lazily at the first JUMP. * The result of the analysis is kept around for recursive invocations through CALL/CALLCODE. Fixes #1147 | ||||
* | Cleanup VM. | obscuren | 2015-03-29 | 1 | -16/+4 |
| | | | | | | | * CALLDATA use getData * removed old context get range value * removed casting big => int for some cases * pc now big int #457 | ||||
* | Cleanup VM | obscuren | 2015-03-29 | 1 | -9/+5 |
| | |||||
* | moved state and vm to core | obscuren | 2015-03-23 | 1 | -0/+110 |