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

Explore how to handle traget type sizes (e.g. Long) separately from modeling concerns #14

Open
strangemonad opened this issue Nov 10, 2017 · 1 comment

Comments

@strangemonad
Copy link
Owner

May have some overlap with #1 (e.g. how the largest representable int in a 64 bit long implicitly constricts the type of ints).

This should be a separate issue from having to specify an int64 in the model - i.e. only use an int64 if you’re modeling something that has byte size / packing concerns (e.g. modeling a network packet).

@strangemonad
Copy link
Owner Author

There is some overlap with how the swift ABI must consider function signature lowering

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

No branches or pull requests

1 participant