Files
mruby-mruby/src
KOBAYASHI Shuji d5cb54d4df Ensure initialization of RVALUE_zero in mrb_obj_alloc
Union initialization initializes the first member. The first member of
`RVALUE` is `struct free_obj`, but because it is only 4-words, it seems that
initialization after the 5th word is not ensured.

Therefore, I created 6-words `struct RVALUE_initializer` for initialization
and made it the first member.
2020-12-15 17:48:06 +09:00
..
2020-11-13 13:41:20 +09:00
2020-11-02 15:14:36 +09:00
2020-12-13 18:38:22 +10:00
2016-05-09 17:19:47 +02:00
2020-12-13 18:38:22 +10:00