From 6d030fa95f30d008a4a6a092e2b6f9042216b5c2 Mon Sep 17 00:00:00 2001 From: Douglas Rumbaugh Date: Thu, 11 Apr 2024 12:23:21 -0400 Subject: stuff --- include/shard/ISAMTree.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/shard/ISAMTree.h b/include/shard/ISAMTree.h index 3763271..af62c92 100644 --- a/include/shard/ISAMTree.h +++ b/include/shard/ISAMTree.h @@ -70,7 +70,7 @@ public: * without this, gcc seems to hoist the building of the array * _above_ its allocation under -O3, resulting in memfaults. */ - asm volatile ("" ::: "memory"); + //asm volatile ("" ::: "memory"); auto res = sorted_array_from_bufferview(std::move(buffer), m_data, m_bf); m_reccnt = res.record_count; -- cgit v1.2.3