aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/context.go
Commit message (Collapse)AuthorAgeFilesLines
* core/vm: improve JUMPDEST analysisFelix Lange2015-06-031-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.obscuren2015-03-291-16/+4
| | | | | | | * CALLDATA use getData * removed old context get range value * removed casting big => int for some cases * pc now big int #457
* Cleanup VMobscuren2015-03-291-9/+5
|
* moved state and vm to coreobscuren2015-03-231-0/+110