Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
fholm opened this issue Jul 14, 2011 · 0 comments
Open

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

fholm opened this issue Jul 14, 2011 · 0 comments

Comments

@fholm
Copy link
Owner

fholm commented Jul 14, 2011

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant