projectchicago / gastoken

⛽ Tokenize gas on Ethereum with GasToken ⛽
https://gastoken.io
718 stars 89 forks source link

Optimize makeChild() #7

Open recmo opened 5 years ago

recmo commented 5 years ago

Solidity has scratch space available at [0...64). No need to use the free memory pointer.