From: root Date: Mon, 29 Jul 2019 19:32:51 +0000 (-0700) Subject: Fix performance issue X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=008f3540dd072be2bfb13d6529562523bd33e901;p=c11tester.git Fix performance issue --- diff --git a/history.h b/history.h index 5709ab6c..4457750e 100644 --- a/history.h +++ b/history.h @@ -7,7 +7,7 @@ #include "hashset.h" #include "threads-model.h" -typedef HashSet write_set_t; +typedef HashSet write_set_t; class ModelHistory { public: