Slide 4
Slide 4 text
#kaigieffect 2024
Namespace on read: Current status
• Now it runs “make test-all” without any SEGV!
25854 tests, 6268763 assertions, 41 failures, 31 errors, 173 skips (on my mac)
• TODO:
• Method inline cache mechanisms (false positive, primitive builtin methods) (Thanks @_ko1)
• Current namespace management using rb_cref_t (Thanks @_ko1)
• GC on rb_classext_t using IMEMO (Thanks @_byroot)
• Refer top-level constants (::NAME) on the current namespace top-level