summaryrefslogtreecommitdiff
path: root/builtin.h
diff options
context:
space:
mode:
authorAaron Patterson <tenderlove@ruby-lang.org>2020-06-22 15:22:48 -0700
committerAaron Patterson <aaron.patterson@gmail.com>2020-06-22 16:27:35 -0700
commite2d94f61c89563aa61147a5ee07cc75cde9abe7b (patch)
treec4f391e99f16f04741b36cd5ebace192838a4a91 /builtin.h
parent574a4f0217c77c0ee77890c5ee2fdaafcddfa6fb (diff)
Convert RMoved to a doubly linked list
This commit converts RMoved slots to a doubly linked list. I want to convert this to a doubly linked list because the read barrier (currently in development) must remove nodes from the moved list sometimes. Removing nodes from the list is much easier if the list is doubly linked. In addition, we can reuse the list manipulation routines.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3249
Diffstat (limited to 'builtin.h')
0 files changed, 0 insertions, 0 deletions