-
Notifications
You must be signed in to change notification settings - Fork 11
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
Reduce symbol search #193
Reduce symbol search #193
Conversation
please test for CMSSW_14_0_ROOT6_X |
A new Pull Request was created by @smuzaffar (Malik Shahzad Muzaffar) for branch cms/master/329fb5ae0c. @aandvalenzuela, @iarspider, @smuzaffar can you please review it and eventually sign? Thanks. |
cms-bot internal usage |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-78f86a/36678/summary.html The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
You can see more details here: Comparison SummarySummary:
|
e2af2f9
to
8f4c26d
Compare
Pull request #193 was updated. |
please test for CMSSW_14_0_ROOT6_X |
+1 Summary: https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-78f86a/36736/summary.html Comparison SummarySummary:
|
The llvm9 JIT issued callbacks when a symbol was missing and we reacted on it by loading the relevant library. In root-project/root@9b2041e3 we have kept the logic but now the JIT started querying more often even for symbols which are okay to be missing. In turn that leads to scanning all libraries causing performance issues. This patch tries to limit this functionality only in contexts where automatic loading is allowed.
Co-authored-by: Jonas Hahnfeld <jonas.hahnfeld@cern.ch>
Symbol lookup is a quite expensive operation and might result in JIT compilation and library loading. Co-authored-by: Jonas Hahnfeld <jonas.hahnfeld@cern.ch>
This reverts commit 329fb5a.
8f4c26d
to
55145f0
Compare
Pull request #193 was updated. |
please test for CMSSW_14_0_ROOT6_X |
please test with cms-sw/cmsdist#8936 for CMSSW_14_0_ROOT6_X |
-1 Failed Tests: UnitTests RelVals Unit TestsI found 3 errors in the following unit tests: ---> test runtestRecoEgammaElectronIdentification had ERRORS ---> test testTauEmbeddingProducers had ERRORS ---> test testAlcaBeamMonitor had ERRORS RelVals
Expand to see more relval errors ... |
please test with cms-sw/cmsdist#8936 for CMSSW_14_0_ROOT6_X |
-1 Failed Tests: UnitTests The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
You can see more details here: Unit TestsI found 1 errors in the following unit tests: ---> test testAlcaBeamMonitor had ERRORS Comparison SummarySummary:
|
No description provided.