28 Commits (abc2c97c75b2f90b29e4fafab4f2ff3df7af015a)

Author SHA1 Message Date
Gav Wood ae0205796c JITEVM fixes. 10 years ago
Gav Wood 9f756124b0 First draft at splitting State. 10 years ago
Paweł Bylica 0e3629387a Remove unused return codes. 10 years ago
Paweł Bylica 947b9e9664 Replace "bad jump" exit with "abort" exit. 10 years ago
arkpar a6194d2d21 fixed build 10 years ago
Gav Wood e14d000bea All fields of BlockInfo now private. 10 years ago
arkpar b3a1bfea4c fixed build 10 years ago
Gav Wood f693ac0cc4 All fields of BlockInfo now private. 10 years ago
arkpar f817397991 fixed build 10 years ago
Gav Wood ff2f952184 All fields of BlockInfo now private. 10 years ago
arkpar 438d8882ae fixed build 10 years ago
Gav Wood 1e6bf809b4 All fields of BlockInfo now private. 10 years ago
arkpar ef0d9a96fb fixed build 10 years ago
Gav Wood 5ee3e8e5fc All fields of BlockInfo now private. 10 years ago
arkpar 659858f6c0 fixed build 10 years ago
Gav Wood 487349bf09 All fields of BlockInfo now private. 10 years ago
Paweł Bylica b4ee363394 Cleanups. 10 years ago
arkpar 4787970b0d codeHash in ExtVM 10 years ago
Paweł Bylica f042abc3e7 Kill steps limit option in VM. 10 years ago
Paweł Bylica 1f17c569b9 Change VM interface to return a copy of output. 10 years ago
Gav Wood 05ea9941c9 Move non-cryptopp dependent stuff into devcore. 10 years ago
Paweł Bylica 394676a1db Better eth <-> jit integer conversions. 10 years ago
Paweł Bylica 5046dd4bb0 EVM JIT C++ interface in one header. 10 years ago
Paweł Bylica bcc0cfd055 Code migration. 10 years ago
Paweł Bylica 75e4e34647 Better style of ExecutionEngine initialization. Some eth::jit -> evmjit namespace transfers. 10 years ago
Paweł Bylica 3cb8f3a4b2 Merge ExecutionContext and Runtime classes 10 years ago
Paweł Bylica b96d6ff088 Extract execution context from ExecutionEngine::run. 10 years ago
Paweł Bylica 6cf5976515 Remove gas counter from VM interface (VMFace) 10 years ago
Paweł Bylica 1e6659d1a9 Allow selecting VM kind manually 10 years ago
Gav Wood 1619d230c3 Extensive pathway for reporting transaction execution results. 10 years ago
Paweł Bylica 0c03100b8b Correct and tested EVM JIT to Interpreter fallback in case of high gas limit 10 years ago
Gav Wood e185d9a117 Add EVMJIT. 10 years ago
Paweł Bylica a61449359b Fix/disable warnings in CPP bridge 10 years ago
Paweł Bylica 62587cfd73 Workaround for linker removing JIT callback functions 10 years ago
Paweł Bylica 3290856061 Gas counting changes: allow memory words counter not greater than gas max (int64 max) 10 years ago
Paweł Bylica b999cc28c4 Add code hash to RuntimeData. JIT is using it as an code identifier (do not need to invent any internal hashing) 10 years ago
Paweł Bylica 932ce6650c Replacing code references (usually vector<byte>&) with code_iterator pair. Code is now extracted from RuntimeData what removes copy in C interface. 10 years ago
Paweł Bylica de649202a0 Fallback to interpreter VM in case of JIT requirements unmet 10 years ago
Paweł Bylica 8b45198bc5 Reorder JIT runtime data fields 10 years ago
Paweł Bylica 737232b24b Flatten JIT RuntimeData 10 years ago
Paweł Bylica 2216c73b66 Keep timestamp and block number as uint64 types 10 years ago
Paweł Bylica bc0a91602f Do not accept contract code with gas greater than 2^63. Keep gas counter in int64 type. 10 years ago
Paweł Bylica 9b14522b11 Use uint64 type for call data size 10 years ago
Paweł Bylica 0cad9bb29d Use uint64 type for code size 10 years ago
Paweł Bylica bf9dbce468 Removing boost dependency from libevmjit 10 years ago
Paweł Bylica db5f405fa4 Do not copy return data inside JIT 10 years ago
Paweł Bylica c9ddc4468a Temporary remove evmjit subtree 10 years ago
Paweł Bylica 9e242cae19 EVM JIT update: latest PoC-8 changes, cleanups and improvments 10 years ago