From 36ca23e7cfc94db8197f6bee64cc34a6283801b0 Mon Sep 17 00:00:00 2001 From: Philippe Canal Date: Tue, 9 Oct 2018 16:48:42 -0500 Subject: [PATCH] Add TGlobal to the list of known hash-consistent class. This reduces the number of transaction compilation done in early initialization stages. --- core/meta/src/TClass.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/meta/src/TClass.cxx b/core/meta/src/TClass.cxx index 1bb8f734a4228..9f21f15a32275 100644 --- a/core/meta/src/TClass.cxx +++ b/core/meta/src/TClass.cxx @@ -7001,7 +7001,7 @@ Bool_t ROOT::Internal::HasConsistentHashMember(const char *cname) "TClass", "TCling", "TInterpreter", "TMethod", "ROOT::Internal::TCheckHashRecursiveRemoveConsistency", "TCheckHashRecursiveRemoveConsistency", "TGWindow", "TDirectory", "TDirectoryFile", "TObject", "TH1", - "TQClass" }; + "TQClass", "TGlobal" }; if (cname && cname[0]) { for (auto cursor : handVerified) {