finite-wasm icon indicating copy to clipboard operation
finite-wasm copied to clipboard

Need to measure the costs of constant expressions so that their evaluation could be charged

Open nagisa opened this issue 1 year ago • 0 comments

Today's implementation entirely ignores constant expressions, largely because they aren't a runtime concern. However, compilers may be interested in charging gas for these expressions during the compile time, so there should be some mechanism to enable this.

nagisa avatar Dec 22 '22 18:12 nagisa