Open dsharletg opened 5 years ago
Yes, that's the problem. I locally hacked in a fix when I reported this, but handling this (more) correctly is a bit tricky.
I don't think this is still happening.
Seems to implement a check to not instrument stack allocations.
Looking at Profiling.cpp, looks like the code doesn't look at MemoryType at all -- it just decides that things under a certain size are on stack, over that size are on heap. Did it never get updated when we added
store_in()
?