aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/stack.go
Commit message (Expand)AuthorAgeFilesLines
* core: vm: Optimize evm (#13)Jimmy Hu2019-06-121-1/+14
* core/vm: clear linter warnings (#17057)Guillaume Ballet2018-06-261-1/+3
* core/vm: allocate stack to 1024Jeffrey Wilcke2017-05-251-1/+1
* core/vm: expose intpool to stack dup methodJeffrey Wilcke2017-05-231-2/+2
* core/vm: improved EVM run loop & instruction calling (#3378)Jeffrey Wilcke2017-01-051-0/+5
* 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