Paweł Bylica
|
1d4eeb3a66
|
Fix evmjit Windows exports.
|
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 |
Paweł Bylica
|
4039227faa
|
Extend JIT interface to allow only compilation of EVM code.
Make code availability checking thread-safe.
|
10 years ago |
Paweł Bylica
|
d036c6dc16
|
Separate compile and execute jobs in JIT.
|
10 years ago |
Paweł Bylica
|
b4ee363394
|
Cleanups.
|
10 years ago |
Paweł Bylica
|
6ff348f383
|
Fix unaligned copy.
|
10 years ago |
Paweł Bylica
|
f183ac4fbb
|
Cleanup unused code.
|
10 years ago |
Paweł Bylica
|
465179e6f9
|
Avoid forbidden function pointer cast.
|
10 years ago |
Paweł Bylica
|
073284feb0
|
MSVC fixes.
|
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
|
b8a66c7f3e
|
JIT implementation cleanups.
|
10 years ago |
Paweł Bylica
|
bcc0cfd055
|
Code migration.
|
10 years ago |
Paweł Bylica
|
8e4881bcd0
|
Code migration.
|
10 years ago |
Paweł Bylica
|
75e4e34647
|
Better style of ExecutionEngine initialization. Some eth::jit -> evmjit namespace transfers.
|
10 years ago |
Paweł Bylica
|
898682d04d
|
JIT class: the EVM JIT facade.
The JIT class added, future public EVM JIT library interface. Currently it supports queries about EVM code status.
|
10 years ago |