Felix Lange ea2718c946 core/vm: improve JUMPDEST analysis
* 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
2015-06-03 16:25:05 +02:00
..
2015-06-03 16:25:05 +02:00
2015-03-23 16:59:09 +01:00
2015-04-04 12:40:11 +02:00
2015-06-03 16:25:05 +02:00
2015-04-03 12:28:55 +02:00
2015-03-23 16:59:09 +01:00
2015-03-23 16:59:09 +01:00
2015-03-23 16:59:09 +01:00
2015-03-23 16:59:09 +01:00
2015-03-23 16:59:09 +01:00
2015-06-03 16:25:05 +02:00