Files
mruby-mruby/src
dearblue 13512aba91 Make array objects invisible in mrb_gc_register()
Once the class is set, objects can be referenced and manipulated from the Ruby side by using `ObjectSpace.each_object`.
Also, currently `mrb_gc_unregister()` assumes that the element is a non-immediate object.
However, `mrb_gc_unregister()` does not read or write to the address, so there was no problem.
2024-10-18 22:29:23 +09:00
..
2024-09-24 00:14:24 +10:00
2024-06-06 21:35:24 +09:00
2024-04-22 18:00:27 +10:00
2024-07-18 15:06:31 +09:00
2023-11-01 22:21:59 +09:00
2024-09-24 00:14:24 +10:00
2024-03-09 13:41:58 +01:00
2016-05-09 17:19:47 +02:00