Skip to content
  • dearblue's avatar
    88b16547
    Allows handling of unaligned cptrs for `MRB_NAN_BOXING` · 88b16547
    dearblue authored
    It seems to be preferable to be able to handle pointers of type `char` as well.
    For this purpose, `mrb_nanbox_tt_inline` has been reorganized.
    
    - `MRB_NANBOX_TT_POINTER` has been split into `MRB_NANBOX_TT_OBJECT` and `MRB_NANBOX_TT_CPTR`
    - `MRB_NANBOX_TT_SYMBOL` has been merged into `MRB_NANBOX_TT_MISC`
    88b16547
    Allows handling of unaligned cptrs for `MRB_NAN_BOXING`
    dearblue authored
    It seems to be preferable to be able to handle pointers of type `char` as well.
    For this purpose, `mrb_nanbox_tt_inline` has been reorganized.
    
    - `MRB_NANBOX_TT_POINTER` has been split into `MRB_NANBOX_TT_OBJECT` and `MRB_NANBOX_TT_CPTR`
    - `MRB_NANBOX_TT_SYMBOL` has been merged into `MRB_NANBOX_TT_MISC`
Loading