summaryrefslogtreecommitdiff
path: root/COPYING.ja
diff options
context:
space:
mode:
authorJohn Hawthorn <john@hawthorn.email>2019-11-21 11:05:48 -0800
committerAaron Patterson <tenderlove@github.com>2019-11-22 12:42:24 -0800
commit8e743fad4e9124bd59bb5f14473cb188db9d3c34 (patch)
tree87f0c9f44b45c746ef45b5bf0c9ce9615f0200b2 /COPYING.ja
parent26fd8d962ce42b7eb8d1c1eb43ddfa1ff24dc3aa (diff)
Count pinned slots using only bitmap
This is significantly faster than checking BUILTIN_TYPEs because we access significantly less memory. We also use popcount to count entire words at a time. The only functional difference from the previous implementation is that T_ZOMBIE objects will no longer be counted. However those are temporary objects which should be small in number, and this method has always been an estimate.
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/2688
Diffstat (limited to 'COPYING.ja')
0 files changed, 0 insertions, 0 deletions