Project

General

Profile

« Previous | Next » 

Revision 392238e3

Added by peterzhu2118 (Peter Zhu) about 2 years ago

Implement embedded TypedData objects

This commit adds a new flag RUBY_TYPED_EMBEDDABLE that allows the data
of a TypedData object to be embedded after the object itself. This will
improve cache locality and allow us to save the 8 byte data pointer.

Co-Authored-By: Jean Boussier