aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/instructions.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/evm, core/vm, test: refactored VM and coreJeffrey Wilcke2015-10-041-102/+155
* Add tests for uncle timestamps and refactor timestamp typeGustav Simonsson2015-08-251-1/+1
* core/vm: fixed jit error & added inline docsJeffrey Wilcke2015-08-111-11/+8
* core/vm: reduced big int allocationsJeffrey Wilcke2015-08-071-111/+60
* core, tests: reduced state copy by N callsJeffrey Wilcke2015-08-071-0/+1
* core/vm, tests: implemented semi-jit vmJeffrey Wilcke2015-08-071-0/+587