-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Cache pointer to function created by cling #11469
Cache pointer to function created by cling #11469
Conversation
VTune showed that the previous way of calling into cling was causing the ROOT internal mutex to be taken for each call. Philippe Canal devised a way to access the cling generated function pointer directly which avoids the locks.
A new Pull Request was created by @Dr15Jones (Chris Jones) for CMSSW_7_6_X. Cache pointer to function created by cling It involves the following packages: FWCore/Utilities @cmsbuild, @smuzaffar, @Dr15Jones can you please review it and eventually sign? Thanks. |
please test |
+1 |
The tests are being triggered in jenkins. |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_6_X IBs after it passes the integration tests. This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @Degano, @smuzaffar |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_6_X IBs after it passes the integration tests. This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @Degano, @smuzaffar |
-1 Tested at: 6b87623 ---> test runtestPhysicsToolsPatAlgos had ERRORS you can see the results of the tests here: |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_6_X IBs (but tests are reportedly failing). This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @Degano, @smuzaffar |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_6_X IBs (but tests are reportedly failing). This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @Degano, @smuzaffar |
please test |
The tests are being triggered in jenkins. |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_6_X IBs after it passes the integration tests. This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @Degano, @smuzaffar |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_6_X IBs after it passes the integration tests. This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @Degano, @smuzaffar |
@smuzaffar when the tests are run, is this pull request merged with the head of CMSSW_7_6_X or is it run as is? I'm trying to determine how the failure from the IB is being tickled by this pull request. |
From the PR test job I see the following
|
That would account for the unit test failure then. The place where my code 'branched' from CMSSW_7_6_X, that version of CMSSW had the version of the code that caused the unrelated test failure. Since |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_6_X IBs (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @Degano, @smuzaffar |
This pull request is fully signed and it will be integrated in one of the next CMSSW_7_6_X IBs (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @Degano, @smuzaffar |
+1 |
Cache pointer to function created by cling
VTune showed that the previous way of calling into cling was causing
the ROOT internal mutex to be taken for each call. Philippe Canal
devised a way to access the cling generated function pointer directly
which avoids the locks.
This change required an update to ROOT 6.02 in order to work. That change is now in CMSSW_7_6.