Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Couple of minor issues fixed | obscuren | 2014-10-15 | 1 | -0/+1 |
| | | | | | * CALLVALUE pushed incorrect value to the stack * Set execution model to closure | ||||
* | Refactored VM to two separate VMs; std & debug | obscuren | 2014-10-14 | 1 | -1/+21 |
| | | | | | | 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. | ||||
* | Implemented POST | obscuren | 2014-08-25 | 1 | -0/+1 |
| | |||||
* | Added message to closure && added change addresses | obscuren | 2014-08-15 | 1 | -5/+6 |
| | |||||
* | Updated chain for filtering | obscuren | 2014-08-11 | 1 | -1/+2 |
| | |||||
* | Refactored state, state object and vm | obscuren | 2014-07-22 | 1 | -0/+116 |
* The State and StateObject have been moved to their own package * The VM is moved to it's own package |