summaryrefslogtreecommitdiff
path: root/vm_core.h
diff options
context:
space:
mode:
authorUrabe, Shyouhei <shyouhei@ruby-lang.org>2019-04-23 17:55:15 +0900
committerUrabe, Shyouhei <shyouhei@ruby-lang.org>2019-04-26 15:59:40 +0900
commit1f4204a762b2ddcc2f235b1a2b6a10071ef90d3b (patch)
tree21584b192ac5a93f81e5684384bdc0021651706e /vm_core.h
parentbdd1b300f8bf540c8f237cce50e42991f94101e3 (diff)
disable assertion when MSAN is active
These assertions check if a newly allocated object (which is marked as an uninitialized memory region in MSAN) is in fact a T_NONE. Thus they intentionally read uninitialized memory regions, which do not interface well with MSAN. Just disalbe them.
Diffstat (limited to 'vm_core.h')
0 files changed, 0 insertions, 0 deletions