Open fholm opened 13 years ago
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.
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.