24 Commits (c24984a414989ab1936383bd9662dac45086d40f)

Author SHA1 Message Date
Paweł Bylica 6941a1c78c Fix memory leaks 10 years ago
Paweł Bylica 3da758ccbb Delete old memory pointers 10 years ago
Paweł Bylica 5a14c942fa Remove Runtime pointer from memory helper functions 10 years ago
Paweł Bylica e548f9ea79 Load memory data from Array memory 10 years ago
Paweł Bylica 8e6d368902 Create Array for memory 10 years ago
Paweł Bylica 1297542642 Remove external jmpBuf pointer 10 years ago
Paweł Bylica 32515a77d3 Extract gas pointer from RuntimeData 10 years ago
Paweł Bylica 681ba24d33 Free memory allocated for dynamic stack 10 years ago
Gav Wood e185d9a117 Add EVMJIT. 10 years ago
Paweł Bylica cd1dea3594 Global/dynamic stack implementation with realloc 10 years ago
Paweł Bylica 5f4bda5cef Correct usage of LLVM builtin setjmp/longjmp. External setjmp was eliminated, hopefully Windows will be happier now. 10 years ago
Paweł Bylica 3365f3f438 #include cleanups 10 years ago
Paweł Bylica 99b7607ae2 Use code (and code size) as constants 10 years ago
Paweł Bylica ce86427871 Pass gas counter to env_create as int64* 10 years ago
Paweł Bylica b474924783 Count gas using int64 10 years ago
Paweł Bylica 85658f8326 Fix memory index having type i256 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 8c10cf4995 Pass return data pointer using callData field 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 c9ddc4468a Temporary remove evmjit subtree 10 years ago
Paweł Bylica 9e242cae19 EVM JIT update: latest PoC-8 changes, cleanups and improvments 10 years ago