|
|
|
|
|
by arjie
3332 days ago
|
|
Perhaps this is obvious to everyone else, but it isn't to me. Are you advocating explicitly dropping every variable I create? Like `init; use; drop;` explicitly where right now I essentially do `init; use;` and then there's an implicit drop when we exit scope? |
|
Part of the pain would come from conditionals:
This would be disallowed because the liveness of val1 and val2 can't be statically known after the conditional.