Project

General

Profile

« Previous | Next » 

Revision 3b69637e

Added by byroot (Jean Boussier) about 2 years ago

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é