You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DATA instructions currently accept the values 1, 2, 4, 8 as sizes; the acceptable sizes are further restricted to 4 and 8 for float constants.
This is both too restrictive and not restrictive enough: string constants may reasonably have any length, and address constants should really only accept pointer-length sizes.
I have a simple CL ready to mail when the tree open that improves the situation. This issue is for any discussion that might be required.
DATA instructions currently accept the values 1, 2, 4, 8 as sizes; the acceptable sizes are further restricted to 4 and 8 for float constants.
This is both too restrictive and not restrictive enough: string constants may reasonably have any length, and address constants should really only accept pointer-length sizes.
I have a simple CL ready to mail when the tree open that improves the situation. This issue is for any discussion that might be required.
cc @robpike
The text was updated successfully, but these errors were encountered: