-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Try to completely remove identifiers that are namespace in the GMI #10969
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
Conversation
This patch is to verify if we really need to store identifiers that are namespace in GlobalModuleIndex, which greatly increase the maximum memory pressure. Send this to trigger ROOT's CI so we can have a full test, and will be closed if the direction is wrong. No need for code review or merge. Signed-off-by: Jun Zhang <[email protected]>
Starting build on |
Build failed on ROOT-performance-centos8-multicore/cxx17. Errors:
And 11 more Failing tests:
And 13 more |
Build failed on ROOT-ubuntu2004/python3. Failing tests: |
Build failed on mac11/cxx14. Errors:
And 11 more Failing tests:
And 26 more |
So this change at least breaks when searching for nested namespaces, close it now...
|
This patch is to verify if we really need to store identifiers that
are namespace in GlobalModuleIndex, which greatly increase the maximum
memory pressure. Send this to trigger ROOT's CI so we can have a full
test, and will be closed if the direction is wrong.
No need for code review or merge
Signed-off-by: Jun Zhang [email protected]