Introduce a PackedFixedVector and PackedUniquePtr and use them in CodeBlock and UnlinkedCodeBlock. This reduces the size of the CodeBlock from 248 to 240 i.e. drops from 16 atoms (rounded up from 15.5) to 15 atoms. This reduces the size of the UnlinkedCodeBlock from 216 to 192 i.e. drops from 14 atoms (rounded up from 13.5) to 12 atoms.
Created attachment 455170 [details] proposed patch. Let's get some EWS testing.
The current proposal using Packed pointers appear to have a perf regression. Going to try using a ButterflyFixedVector instead (on Yusuke's suggestion).
<rdar://problem/90880721>