Gav Wood
|
05ea9941c9
|
Move non-cryptopp dependent stuff into devcore.
|
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 |
chriseth
|
2111cd4894
|
Move assembly related files to libevmasm and Params.h/.cpp to libevmcore.
|
10 years ago |
Paweł Bylica
|
a86fa46e89
|
Do not subbalance twice
VM does not need to subbalance a caller. Balance tranfer is taken care on higher level.
|
10 years ago |
Paweł Bylica
|
7476979d0b
|
Style corrections, optimized but notworking mul256 implementation removed
|
10 years ago |
Paweł Bylica
|
e93a87e08a
|
PoC-9 call depth handling update
|
10 years ago |
Paweł Bylica
|
1f231bafcc
|
Update gas costs for PoC-9: changes in CALL gas price support
|
10 years ago |
CJentzsch
|
ad1fe7840f
|
fix evmjit build
|
10 years ago |
CJentzsch
|
e938bbc8c6
|
fix evmjit build
|
10 years ago |
CJentzsch
|
f15e53a8d6
|
fix evmjit build
|
10 years ago |
Gav Wood
|
e185d9a117
|
Add EVMJIT.
|
10 years ago |
Gav Wood
|
4323c987b7
|
cppcheck fixes.
|
10 years ago |
Paweł Bylica
|
a61449359b
|
Fix/disable warnings in CPP bridge
|
10 years ago |
Paweł Bylica
|
ee036d3c97
|
Pass gas counter to env_call as int64*
|
10 years ago |
Paweł Bylica
|
ce86427871
|
Pass gas counter to env_create as int64*
|
10 years ago |
Paweł Bylica
|
bf9dbce468
|
Removing boost dependency from libevmjit
|
10 years ago |
Paweł Bylica
|
d70b70a88b
|
Rename env_getExtCode -> env_extcode according to other renames
|
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 |