Avoid calling `mrb_funcall` to invoke `#initialize` from `Class.new`.
If `#initialize` is implemented in C, we don't need stack consuming `mrb_funcall`.
Showing
Please register or sign in to comment
If `#initialize` is implemented in C, we don't need stack consuming `mrb_funcall`.