mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-05-06 03:27:56 +00:00
disable sbrk and emulate EVM linear memory internally (#76)
Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com> Signed-off-by: xermicus <cyrill@parity.io>
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
{
|
||||
"Baseline": 962,
|
||||
"Computation": 4463,
|
||||
"DivisionArithmetics": 40756,
|
||||
"ERC20": 54427,
|
||||
"Events": 1792,
|
||||
"FibonacciIterative": 3065,
|
||||
"Flipper": 3665,
|
||||
"SHA1": 32923
|
||||
"Baseline": 983,
|
||||
"Computation": 4207,
|
||||
"DivisionArithmetics": 40509,
|
||||
"ERC20": 47068,
|
||||
"Events": 1791,
|
||||
"FibonacciIterative": 3044,
|
||||
"Flipper": 3405,
|
||||
"SHA1": 33583
|
||||
}
|
||||
@@ -4,6 +4,7 @@ pragma solidity ^0.8;
|
||||
|
||||
/* runner.json
|
||||
{
|
||||
"differential": true,
|
||||
"actions": [
|
||||
{
|
||||
"Instantiate": {
|
||||
@@ -23,12 +24,6 @@ pragma solidity ^0.8;
|
||||
"data": "f016832c"
|
||||
}
|
||||
},
|
||||
{
|
||||
"VerifyCall": {
|
||||
"success": true,
|
||||
"output": "0000000000000000000000000000000000000000000000000000000000000060"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Call": {
|
||||
"dest": {
|
||||
@@ -36,12 +31,6 @@ pragma solidity ^0.8;
|
||||
},
|
||||
"data": "f4a63aa5"
|
||||
}
|
||||
},
|
||||
{
|
||||
"VerifyCall": {
|
||||
"success": true,
|
||||
"output": "0000000000000000000000000000000000000000000000000000000000000084"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user