Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix JitVm build | Paweł Bylica | 2015-03-03 | 1 | -1/+1 |
* | Add required block number | Paweł Bylica | 2015-03-03 | 1 | -1/+1 |
* | Update JIT interface to ABI 0.2: code hash added to input data, gas counter p... | Paweł Bylica | 2015-02-16 | 1 | -11/+10 |
* | Update JitVm to new EVM JIT ABI (C interface) | Paweł Bylica | 2015-01-27 | 1 | -17/+11 |
* | Update EVM JIT runtime data layout | Paweł Bylica | 2015-01-26 | 1 | -41/+30 |
* | JitVm code cleanups & refactoring. Some memory copies eliminated (i.e. in SHA... | Paweł Bylica | 2015-01-23 | 1 | -13/+25 |
* | JitVM: the EVM JIT bridge | Paweł Bylica | 2015-01-23 | 1 | -9/+354 |
* | StdVm by default | obscuren | 2015-01-20 | 1 | -1/+1 |
* | VmDebug => StdVm | obscuren | 2015-01-19 | 1 | -4/+4 |
* | JitVm struct stub. Forwards calls to DebugVm. | Paweł Bylica | 2015-01-13 | 1 | -0/+31 |