Project

General

Profile

« Previous | Next » 

Revision def258e7

Added by jhawthorn (John Hawthorn) almost 3 years ago

Improve packing of iseq_constant_body struct

By moving the two bools into a packing gap above the mark_bits
pointer/union we can save 8 bytes in the struct and avoid an extra cache
line (328 bytes vs 320 bytes).

Co-authored-by: Adam Hess