Skip to content
  • yui-knk's avatar
    c3ab946e
    `ObjectSpace.count_nodes` doesn't count nodes · c3ab946e
    yui-knk authored
    Node has not been managed by GC from Ruby 2.5.
    Therefore these codes are not needed. If ObjectSpace depends on Node,
    it needs to update the file when node type is updated. Delete node
    related codes to avoid such update.
    c3ab946e
    `ObjectSpace.count_nodes` doesn't count nodes
    yui-knk authored
    Node has not been managed by GC from Ruby 2.5.
    Therefore these codes are not needed. If ObjectSpace depends on Node,
    it needs to update the file when node type is updated. Delete node
    related codes to avoid such update.
Loading