-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Collection of memory management fixes.
1. Save/load the memory allocation offset at the beginning and end of each externally-invoked transaction. 2. After tracing field contents, update field correctly when the reference already referenced storage.
- Loading branch information
Michael Coblenz
committed
Dec 23, 2022
1 parent
2dd0b9f
commit c686dda
Showing
16 changed files
with
143 additions
and
85 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,3 @@ | ||
test name,gas used for deploy,gas used for invoke,total gas | ||
LinkedListShort.obs,185438,26751,212189 | ||
LinkedListShortNoGC.obs,111895,26499,138394 | ||
LinkedListMed.obs,228890,27139,256029 | ||
LinkedListMedNoGC.obs,118162,26875,145037 | ||
Test,Obsidian depl.,Obsidian inv., Solidity depl., Solidity inv. | ||
LinkedListShort,371531,44713,178377,392304 | ||
LinkedListMed,642939,56320,187893,406604 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
test name,gas used for deploy,gas used for invoke,total gas | ||
AssignLocalAdd.obs,95101,21202,116303 | ||
PrimOpsEq.obs,90754,21175,111929 | ||
Return.obs,101152,21227,122379 | ||
Test,Obsidian depl.,Obsidian inv.,Solidity depl.,Solidity inv. | ||
AssignLocalAdd,98265,21202,81737,21232 | ||
PrimOpsEq,91314,21183,79135,21213 | ||
Return,106044,21237,85409,21244 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.