mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-24 18:18:02 +00:00
allow dynamic configuration of the heap memory (#287)
This PR changes the implementation of the emulated EVM heap memory: Instead of linking in a C implementation the code is emitted directly into the contract module. Which allows making it configurable via a compiler parameter (a follow up PR to this). --------- Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"Baseline": 950,
|
||||
"Computation": 2222,
|
||||
"DivisionArithmetics": 8802,
|
||||
"ERC20": 17602,
|
||||
"Events": 1628,
|
||||
"FibonacciIterative": 1485,
|
||||
"Flipper": 2082,
|
||||
"SHA1": 8230
|
||||
"Baseline": 938,
|
||||
"Computation": 2281,
|
||||
"DivisionArithmetics": 8848,
|
||||
"ERC20": 18307,
|
||||
"Events": 1639,
|
||||
"FibonacciIterative": 1496,
|
||||
"Flipper": 2098,
|
||||
"SHA1": 8242
|
||||
}
|
||||
Reference in New Issue
Block a user