Andrew McCreight

Results 8 comments of Andrew McCreight

No, I used git-cinnabar. I ran the git fetch command you put there and now it works, so maybe I was missing that. I had a "tags" repo that I...

These are all CC scripts, and mostly less used ones.

Requested by khuey.

The regexp for weak map lines does not end in ([^\r\n]*)\r?$ but just \r? so maybe that's the issue.

Yeah, we really need some kind of dominator analysis. I think that's the usual approach to showing interesting stuff. A dominates B if all paths to B go through A....

I think the algorithms are the same (copy and pasted most likely), but the traversal algorithms in the logging code itself is very different. The GC logger just iterates over...

What is the use case for this? When you aren't sure which process is leaking?

I'm sort of interested in looking at this. What is the current equivalent of rec_process_event.cc?