sakno/asyncscript

Optimization of $ operator

sakno opened this issue · 0 comments

In some cases, expression with $ operator produces more MSIL instruction that is necessary. For example,

${{a: integer}}

produces a new complex object and invokes GetContractBinding on it. This semantics is equivalent to inline construction of ScriptCompositeContract internal object.