digital-fabric / extralite

Ruby on SQLite
http://www.rubydoc.info/gems/extralite
MIT License
253 stars 8 forks source link

Remove redundant method calls #44

Closed gschlager closed 10 months ago

gschlager commented 10 months ago

rb_gc_register_mark_object isn't needed for objects created with rb_define_class_under

see https://alanwu.space/post/check-compaction/