Introduce non-reversed version of tupleEncoder.

This commit is contained in:
chriseth
2020-05-07 15:08:09 +02:00
parent 5e46ef7df5
commit e986fde0c1
13 changed files with 63 additions and 30 deletions
@@ -38,7 +38,7 @@ object \"C_10\" {
abi_decode_tuple_(4, calldatasize())
let ret_0 := fun_f_9()
let memPos := allocateMemory(0)
let memEnd := abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack(memPos , ret_0)
let memEnd := abi_encode_tuple_t_string_memory_ptr__to_t_string_memory_ptr__fromStack(memPos , ret_0)
return(memPos, sub(memEnd, memPos))
}