diff options
Diffstat (limited to 'include/shard/ISAMTree.h')
| -rw-r--r-- | include/shard/ISAMTree.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |