Benchmark all functions receiving "special treatment" in FunC compiler against related TVM instructions #1564
Labels
kind: gas!
Gas consumption and fee-related things
scope: stdlib
The Tact standard library (src/stdlib)
Milestone
For example, compare the gas usage of
.load_int()
in FunC or.loadInt()
in Tact to an assembly function that'll use justLDIX
. Do so for all functions that are marked with// special treatment in Func compiler, so not replaced with X
.Alongside those gas benchmarks, it might be nice to gather sequences of instructions executed from the Sandbox logs.
This might help with:
The text was updated successfully, but these errors were encountered: