Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Don't make container if we immediately bind a var.
For example, in `my $a := 42;`, the container would be immediately discarded, so don't bother allocating it at all.
- Loading branch information