plugeth/core/vm
Jeffrey Wilcke ac697326a6 core/vm: reduced big int allocations
Reduced big int allocation by making stack items modifiable. Instead of
adding items such as `common.Big0` to the stack, `new(big.Int)` is
added instead. One must expect that any item that is added to the stack
might change.
2015-08-07 12:52:23 +02:00
..
analysis.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
asm.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
common.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
context.go core/vm, tests: implemented semi-jit vm 2015-08-07 12:52:17 +02:00
contracts.go core/vm, tests: implemented semi-jit vm 2015-08-07 12:52:17 +02:00
disasm.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
environment.go core, tests: reduced state copy by N calls 2015-08-07 12:52:23 +02:00
errors.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
gas.go core/vm, tests: implemented semi-jit vm 2015-08-07 12:52:17 +02:00
instructions.go core/vm: reduced big int allocations 2015-08-07 12:52:23 +02:00
jit_test.go core, tests: reduced state copy by N calls 2015-08-07 12:52:23 +02:00
jit.go core/vm: reduced big int allocations 2015-08-07 12:52:23 +02:00
logger.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
memory.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
opcodes.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
settings.go core, tests: reduced state copy by N calls 2015-08-07 12:52:23 +02:00
stack.go core/vm: reduced big int allocations 2015-08-07 12:52:23 +02:00
virtual_machine.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
vm_jit_fake.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
vm_jit.go all: fix license headers one more time 2015-07-23 18:35:11 +02:00
vm.go core/vm, tests: implemented semi-jit vm 2015-08-07 12:52:17 +02:00