Skip to content

Commit

Permalink
Add TGlobal to the list of known hash-consistent class.
Browse files Browse the repository at this point in the history
This reduces the number of transaction compilation done
in early initialization stages.
  • Loading branch information
pcanal committed Oct 10, 2018
1 parent 2be140a commit 36ca23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/meta/src/TClass.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 36ca23e

Please sign in to comment.