save
[cdsspec-compiler.git] / benchmark / cliffc-hashtable / cliffc_hashtable.h
index 536f1c42304ffc470c1b0547686a8f19c94f4774..738201cea156b98161bbc5b4d389b1f59553e359 100644 (file)
@@ -391,9 +391,12 @@ friend class CHM;
                // For other CHM in kvs_data, they should be initialzed in resize()
                // because the size is determined dynamically
                kvs_data *kvs = new kvs_data(Default_Init_Size);
+               
+               /*
                void *chm = (void*) new CHM(0);
                kvs->_data[0].store(chm, memory_order_relaxed);
                _kvs.store(kvs, memory_order_release);
+               */
        }
 
        cliffc_hashtable(int init_size) {