aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/jit.go
Commit message (Expand)AuthorAgeFilesLines
* core, core/state, trie: EIP158, reprice & skip empty account writeJeffrey Wilcke2016-11-131-1/+1
* core/state: rename Delete/IsDeleted to Suicide/HasSuicidedFelix Lange2016-10-061-1/+1
* core/vm: Refactor tracing to make Tracer the main interfaceNick Johnson2016-08-221-3/+3
* vm: Replace some SstoreClearGas with SstoreResetGasYoichi Hirai2016-06-221-1/+1
* all: update license informationFelix Lange2016-04-151-1/+1
* core: added basic chain configurationJeffrey Wilcke2016-04-011-13/+10
* core: various typosLeif Jurvetson2016-03-161-3/+3
* all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}()Ricardo Catalinas Jiménez2016-02-221-1/+1
* core, core/vm, crypto: fixes for homesteadJeffrey Wilcke2016-02-181-3/+18
* core/vm: added JIT segmenting / optimisationsJeffrey Wilcke2015-10-171-0/+2
* core/vm: abstracted instruction execution away from JITJeffrey Wilcke2015-10-171-68/+14
* cmd/evm, core/vm, test: refactored VM and coreJeffrey Wilcke2015-10-041-53/+58
* core/vm: fixed jit error & added inline docsJeffrey Wilcke2015-08-111-0/+6
* core/vm: reduced big int allocationsJeffrey Wilcke2015-08-071-7/+10
* core, tests: reduced state copy by N callsJeffrey Wilcke2015-08-071-1/+2
* core/vm, tests: implemented semi-jit vmJeffrey Wilcke2015-08-071-0/+537