That's DFG / FTL only data field.
After that, sizeof(CodeBlock) becomes 256. I'll also add `static_assert(sizeof(CodeBlock) <= 256, "Keep it small for memory saving");`
<rdar://problem/76982110>