Remove redundant ABI cloning in deploy_executables
function
#6997
Labels
ABI
Everything to do the ABI, especially the JSON representation
code quality
team:tooling
Tooling Team
Cloning large ABI's can result in performance issues; hence where possible - we should try to propagate down references (ideally wrapped in
Arc
).One such case has been identified in the PR/comment: #6996 (comment)
In this piece of code the inner ABI is being cloned, instead of the reference count of the
Arc
incremented.The code will need to be refactored such that the inner ABI is not cloned.
The text was updated successfully, but these errors were encountered: