summaryrefslogtreecommitdiff
path: root/darray.h
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2022-06-14 15:54:16 -0400
committerPeter Zhu <peter@peterzhu.ca>2022-06-16 10:18:46 -0400
commit79eaaf2d0b641710613f16525e4b4c439dfe854e (patch)
treee147246b1c5912287e6d61a53719eac5b7170a6c /darray.h
parent52d42e702375446746164a0251e1a10bce813b78 (diff)
Include runtime checks for compaction support
Commit 0c36ba53192c5a0d245c9b626e4346a32d7d144e changed GC compaction methods to not be implemented when not supported. However, that commit only does compile time checks (which currently only checks for WASM), but there are additional compaction support checks during run time. This commit changes it so that GC compaction methods aren't defined during run time if the platform does not support GC compaction. [Bug #18829]
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/6019
Diffstat (limited to 'darray.h')
0 files changed, 0 insertions, 0 deletions