aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/stack.go
Commit message (Expand)AuthorAgeFilesLines
* core/vm: Refactor tracing to make Tracer the main interfaceNick Johnson2016-08-221-13/+13
* core/vm: added JIT segmenting / optimisationsJeffrey Wilcke2015-10-171-0/+3
* core/vm: reduced big int allocationsJeffrey Wilcke2015-08-071-4/+7
* core/vm, tests: implemented semi-jit vmJeffrey Wilcke2015-08-071-13/+8
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
* all: update license informationFelix Lange2015-07-071-0/+16
* core/vm: fixed a bug where `Data` ignored the stack ptrobscuren2015-06-111-1/+1
* core/vm: unexported stack again. No longer requiredobscuren2015-06-101-12/+12
* core, core/vm: added structure loggingobscuren2015-06-101-11/+15
* Read most protocol params from common/params.jsonGustav Simonsson2015-04-021-2/+0
* Removed defer/panic. #503obscuren2015-03-271-6/+4
* Stack limitobscuren2015-03-271-0/+6
* moved state and vm to coreobscuren2015-03-231-0/+65