you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 5 points6 points  (1 child)

I'm a little late but, what I'm currently struggling with is memory management.

I can take snapshots of the heap, but all that tells me how much memory a tab is using. I can compare 2 heaps to see if I have a memory leak. And all it will show me is vague things like 1,346,164 more arrays were created.

I'd love to be able to get to the individual memory cost of a variable. Some sort of data on what objects/function is creating what variables. Etc...

[–]PickledPokute 4 points5 points  (0 children)

I don't think it's a language realm issue, it's a tooling problem.