aboutsummaryrefslogtreecommitdiffstats
path: root/vm/vm_jit.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix JitVm buildPaweł Bylica2015-03-031-1/+1
|
* Add required block numberPaweł Bylica2015-03-031-1/+1
|
* Update JIT interface to ABI 0.2: code hash added to input data, gas counter ↵Paweł Bylica2015-02-161-11/+10
| | | | passed as int64
* Update JitVm to new EVM JIT ABI (C interface)Paweł Bylica2015-01-271-17/+11
|
* Update EVM JIT runtime data layoutPaweł Bylica2015-01-261-41/+30
|
* JitVm code cleanups & refactoring. Some memory copies eliminated (i.e. in ↵Paweł Bylica2015-01-231-13/+25
| | | | SHA3 calculation)
* JitVM: the EVM JIT bridgePaweł Bylica2015-01-231-9/+354
|
* StdVm by defaultobscuren2015-01-201-1/+1
|
* VmDebug => StdVmobscuren2015-01-191-4/+4
|
* JitVm struct stub. Forwards calls to DebugVm.Paweł Bylica2015-01-131-0/+31