Optimize Tact's runtime stdlib functions #1212
Labels
gas
Gas consumption and fee-related things
optimizations
scope: codegen
Code generation, a.k.a. compiler backend
Milestone
For instance,
__tact_create_address
insrc/generator/writers/writeStdlib.ts
contains the following:It may be more gas efficient to combine the two stores of constants into one:
The text was updated successfully, but these errors were encountered: