Dillon Kellar

Results 6 comments of Dillon Kellar

What is the reason for the changes to package-lock.json?

We have the __codesize built-in function, would that work if you gave MAIN as the input?

I started working on this here: https://github.com/d1ll0n/solc-typed-ast/tree/yul-ast

@blitz-1306 Thanks a lot for getting back to me on this! Couple of follow-ups if you don't mind: > I think that we should skip scope resolution changes for AST...

> Backward compatibility. If we change something, even if we maintain API, some of these changes may break or impact dependent packages. In this case we should be careful, if...

For reference, here's the full code of the specialized functions from the example in the tweet: ![image](https://user-images.githubusercontent.com/39827493/206188812-4a493896-15aa-46ee-85aa-48b7dc911c03.png) ![image](https://user-images.githubusercontent.com/39827493/206188268-e479ad14-a277-4bec-b9d9-43344c1c155e.png) The specialized bits are just ```solidity if iszero(lt(var_componentIndex, mload(var_offer_mpos))) { mstore( 0,...