obscuren
c5bd32b0ad
Refactored VM to two separate VMs; std & debug
...
Standard VM should be about 10x faster than the debug VM. Some error
checking has been removed, all of the log statements and therefor quite
some unnecessary if-statements.
2014-10-14 11:48:52 +02:00
obscuren
9b60cf267a
Removed POST & moved CALLCODE
2014-10-08 12:01:14 +02:00
obscuren
a63b74e345
New OPCODES
...
* EXT- CODECOPY, CODESIZE
2014-09-08 00:49:25 +02:00
obscuren
3f904bf3ac
Implemented POST
2014-08-25 11:29:42 +02:00
obscuren
d03ab3c976
invalidated SWAP/DUP
2014-08-21 20:25:02 +02:00
obscuren
854d6d4e5c
DUP/SWAP n & ADD/MULMOD
2014-08-21 19:23:54 +02:00
obscuren
a289a77d5d
DUP n SWAP n
2014-08-21 18:15:09 +02:00
obscuren
1e8b54abfb
Refactored state, state object and vm
...
* The State and StateObject have been moved to their own package
* The VM is moved to it's own package
2014-07-22 11:54:48 +02:00