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

Calculations being done as 64 bit #1

Open
galacticstudios opened this issue Aug 14, 2015 · 0 comments
Open

Calculations being done as 64 bit #1

galacticstudios opened this issue Aug 14, 2015 · 0 comments

Comments

@galacticstudios
Copy link
Owner

Operators in expression.c are being calculated with 64 bit longs, even if the original operands are 8, 16, or 32 bits. On 32 bit architectures (e.g. microcontrollers) this means calculations take longer. But would it be even slower to implement the correct C promotion rules?

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