diff options
| author | Douglas Rumbaugh <dbr4@psu.edu> | 2024-04-11 12:23:21 -0400 |
|---|---|---|
| committer | Douglas Rumbaugh <dbr4@psu.edu> | 2024-04-11 12:23:21 -0400 |
| commit | 6d030fa95f30d008a4a6a092e2b6f9042216b5c2 (patch) | |
| tree | 43c6fcf3fa506808cbbe967fad0abb4b705f3e53 /include/shard | |
| parent | 7e7fd9f7339eee2f1ae974c662a447532dfb1b1a (diff) | |
| download | dynamic-extension-6d030fa95f30d008a4a6a092e2b6f9042216b5c2.tar.gz | |
stuff
Diffstat (limited to 'include/shard')
| -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; |