move-language / move

Apache License 2.0
2.25k stars 679 forks source link

[gas] add Clone bounds to iterators #984

Closed vgao1996 closed 1 year ago

vgao1996 commented 1 year ago

This PR makes a few minor improvements to the gas metering system to support more complex use cases such as control flow reconstruction or gas profiling.

The changes have been split into individual commits to make them easy to review.