IronJS icon indicating copy to clipboard operation
IronJS copied to clipboard

Shrink the size of the Attributes field on Descriptor to 1 byte.

Open fholm opened this issue 14 years ago • 0 comments

On the current IronJS.Runtime.Descriptor struct the Attributes field is of type "ushort", which is 2 bytes long, this could be shrunk to 1 byte making the whole struct 8 + 1 + 1 byte = 10 bytes, instead of 11 bytes as currently.

fholm avatar Jul 14 '11 15:07 fholm