This commit is contained in:
Viktor Trón 2016-02-22 11:37:53 +11:00
parent 2c9a53e8c3
commit 2eeb67a4a9
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ Furthermore, charging gas for areas of memory that are not actually written to i
This proposal tries to solve both problems: A caller can choose to provide a gigantic area of
memory at the end of their memory area. The callee can "write" to it by returning and the
caller is only changed for the memory area that is actually written.
caller is only charged for the memory area that is actually written.
This makes it possible to return dynamic data like strings and dynamically-sized arrays
in a very flexible way. It is even possible to determine the size of the returned data: