<div dir="ltr">Hello,<div><br></div><div>This patch serializes the fixed stack objects, including fixed spill slots.</div><div><br></div><div>The fixed stack objects are serialized using a YAML sequence of YAML inline mappings.</div><div>Each mapping has the object's ID, type, size, offset, and alignment.</div><div>The objects that aren't spill slots also serialize the isImmutable and isAliased flags. Example:</div><div><br></div><div><div style="font-size:13px">fixedStack:</div><div style="font-size:13px">  - { id: 0, offset: 0, size: 4, alignment: 4, isImmutable: true, isAliased: false }</div></div><div style="font-size:13px"><br></div><div style="font-size:13px">The fixed stack objects are a part of the machine function's YAML mapping.</div><div style="font-size:13px"><br></div><div style="font-size:13px">Cheers,</div><div style="font-size:13px">Alex</div></div>