Project

General

Profile

« Previous | Next » 

Revision 0de1495f

Added by mdalessio (Mike Dalessio) over 3 years ago

Move compaction-related methods into gc.c

These methods are removed from gc.rb and added to gc.c:

  • GC.compact
  • GC.auto_compact
  • GC.auto_compact=
  • GC.latest_compact_info
  • GC.verify_compaction_references

This is a prefactor to allow setting these methods to
rb_f_notimplement in a followup commit.