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.
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.