22 Commits (d1f7ca30a55737a09bd33337f4a4fe6c16647399)

Author SHA1 Message Date
Paweł Bylica 3c1e1081ef Add option to preload cache 10 years ago
Paweł Bylica 16c26613f1 Additional cache options: readonly, writeonly and clear. 10 years ago
Paweł Bylica 19d6fd5a51 Style corrections, optimized but notworking mul256 implementation removed 10 years ago
Paweł Bylica 48d152a199 Add library version stamp to cached objects 10 years ago
Paweł Bylica 341ead02fa Using logs utils from LLVM 10 years ago
Gav Wood 2c6b18f01b Add EVMJIT. 10 years ago
Paweł Bylica 4d2dc802e8 Introducing CHECK macro - an assert that always has a value 10 years ago
Paweł Bylica 93cb4866fd Includes reordering, GCC conversion warnings enabled 10 years ago
Paweł Bylica 4bcee00be9 #include cleanups 10 years ago
Paweł Bylica 49893ce891 Add `unreachable` instruction to fake module generated by Cache 10 years ago
Paweł Bylica 8fd2b949c1 Fix cache bug: code was always compiled 10 years ago
Paweł Bylica 83701a2fcd Stats for execution states times 10 years ago
Paweł Bylica 25d8873440 Merge commit '3dcf30463b961e3fe47b48b2024bbf3d5b5ce675' into evmjit 10 years ago
Paweł Bylica 0ba0833138 Limited old cached objects detection 10 years ago
Paweł Bylica 3ebef61c5b Fix portability problems 10 years ago
Paweł Bylica 9c244ed08e Load cached object without compiling LLVM module 10 years ago
Marek Kotewicz 29c9178ff4 Squashed 'evmjit/' changes from 334deeb..533531b 10 years ago
Paweł Bylica ec30ce47af Object cache 10 years ago
Paweł Bylica 28a062318c Clean up ExecutionEngine 10 years ago
Paweł Bylica 8287c6040a Own cached objects 10 years ago
Paweł Bylica 2b83b75c4b Object cache wit memory leaks 10 years ago
Paweł Bylica dc4bc0e9bf Jit can handle call stack up to 1024 10 years ago
Paweł Bylica da02a1869d Cache key is contract code. Does not work 10 years ago
Paweł Bylica 7c9cf6e5e7 Trying to cache compiled contracts with pointer to code as a key (it's not a good idea) 10 years ago
Paweł Bylica 2a7111ce41 ExecBundle - all information needed to execute a JIT-compiled contracts 10 years ago