-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stats: Plumb through symbol tables everywhere. Pulled from #6161. #6299
Conversation
Signed-off-by: Joshua Marantz <[email protected]>
Signed-off-by: Joshua Marantz <[email protected]>
Signed-off-by: Joshua Marantz <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good just 1 question and 1 nit. Thanks and very excited to see all of this pay off!
/wait
Signed-off-by: Joshua Marantz <[email protected]>
/retest |
🔨 rebuilding |
Signed-off-by: Joshua Marantz <[email protected]>
Signed-off-by: Joshua Marantz <[email protected]>
…stats().symbolTable(). Signed-off-by: Joshua Marantz <[email protected]>
Signed-off-by: Joshua Marantz <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
/retest |
🔨 rebuilding |
Signed-off-by: Joshua Marantz <[email protected]>
Description: This PR is intended to be a large but trivial and safe refactor, to plumb SymbolTable wherever it will be needed in #6161 and ultimately #4980 . Those PRs have some complexity and areas to watch for performance and contentions, so it will be pretty hard to review them if they are also very large. This is ultimately trying to resolve #4196 .
Risk Level: low - pure refactor
Testing: //test/...
Docs Changes: n/a
Release Notes: n/a