Jason Eckhardt

Results 16 comments of Jason Eckhardt

> Sounds good to me. We definitely can postpone support of generic entry functions. I added a small example using a generic entry function in #355. It seems currently this...

An aside (splitting out from above): Regarding `Coin` specifically-- this does not seem to be the killer app for generics in the Solana context. That is, as near as I...

Note: The link above is a copy of the baseline standard repository version of move-stdlib. The enhanced Aptos version is here: https://github.com/aptos-labs/aptos-core/tree/main/aptos-move/framework/move-stdlib

In the stackless bytecode translation, `Destroy` is only induced by a `Pop` (which would match the behavior you observe). I'm not entirely sure, but it appears that `livevar_analysis.rs` may be...

> Ah that is probably the case that the language directly understands push and pop and knows when a vec is empty - the naming of the vector::destroy_empty function does...

Please also update the _SearchableTables Reference_ in `docs/TableGen/BackEnds.rst`.