Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed most of the tests | obscuren | 2014-10-17 | 1 | -0/+1 |
| | |||||
* | Couple of minor issues fixed | obscuren | 2014-10-15 | 1 | -1/+0 |
| | | | | | * 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 | -0/+26 |
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. |