ruffle icon indicating copy to clipboard operation
ruffle copied to clipboard

avm1: Move FunctionObject's base to FunctionObjectData

Open kjarosh opened this issue 9 months ago • 0 comments

This shrinks AVM1's Object (from 24 to 16 bytes on x64), and allows future shrinkage of AVM1's Value (e.g. from 24 to 16 bytes on x64 after putting all strings behind a Gc pointer).

kjarosh avatar May 21 '24 11:05 kjarosh