Embed Backtrace objects
rb_backtrace_t is 32B, so it fits well in a 80B slot.
There is some unused spaces but given Backtrace objects are rarely held onto it should be inconsequential and avoid the malloc churn.
Co-Authored-By: Étienne Barrié etienne.barrie@gmail.com
Embed Backtrace objects
rb_backtrace_t is 32B, so it fits well in a 80B slot.
There is some unused spaces but given Backtrace objects are
rarely held onto it should be inconsequential and avoid
the malloc churn.
Co-Authored-By: Étienne Barrié etienne.barrie@gmail.com