| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
| increment_size += expand_region_transitively_reachable(&increment, gc, gcstate); | ||
| } | ||
| GC_STAT_ADD(1, objects_queued, region_size); | ||
| GC_STAT_ADD(1, objects_queued, increment_size); |
There was a problem hiding this comment.
I don't know if this is correct, but region_size doesn't exist.
Sorry, something went wrong.
There was a problem hiding this comment.
I'm not sure if this make sense anymore. Maybe just drop the "queued" stat?
Sorry, something went wrong.
There was a problem hiding this comment.
This is going to conflict with #117120.
Once that's in, I'll review this properly.
Sorry, something went wrong.
| increment_size += expand_region_transitively_reachable(&increment, gc, gcstate); | ||
| } | ||
| GC_STAT_ADD(1, objects_queued, region_size); | ||
| GC_STAT_ADD(1, objects_queued, increment_size); |
There was a problem hiding this comment.
I'm not sure if this make sense anymore. Maybe just drop the "queued" stat?
Sorry, something went wrong.
|
Actually, don't worry about the merge conflict. I can fix it in my PR |
Sorry, something went wrong.
I leave that to you, but this stat is new as of #116206 (it's just that it never compiled). |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This fixes the pystats build after #116206.