ltzmaxwell

Results 91 comments of ltzmaxwell

This PR is ready for review, cc: @jaekwon @thehowl @mvertes @deelawn @leohhhn . 🙏

all resolved. I'll merge it.

```go package main func foo() { s := []int{1, 2, 3} } func main() { foo() s1 := []int{4, 5, 6} } ``` in this one, should we also deallocate...

I think the issue with this PR is that it's not "observable", there lacks some necessary tests. there should be a way to track what’s being allocated and deallocated, IMHO.

> > I think the issue with this PR is that it's not "observable", there lacks some necessary tests. there should be a way to track what’s being allocated and...

consider this one: ```go package main func main() { var a = _ } ```

hey @notJoon, do you have time to take a look at the comments, so we can push this forward? thank you.

> @ltzmaxwell can you merge master and fixup this PR for review? :) yes sure, in progress. @thehowl .

Hi @thehowl , this one is good for review. 🙏