ruffle
ruffle copied to clipboard
avm1: Move FunctionObject's base to FunctionObjectData
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).