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-07 13:10:12 +02:00
2015-05-28 16:26:19 +02:00
2015-05-18 18:16:53 +02:00
2015-05-28 18:18:23 +02:00
2015-03-16 11:27:38 +01:00
2015-04-08 17:15:45 +02:00