Skip to content
This repository has been archived by the owner on Dec 6, 2021. It is now read-only.

Optimise variable declarations #292

Open
0xENDER opened this issue Sep 6, 2021 · 0 comments
Open

Optimise variable declarations #292

0xENDER opened this issue Sep 6, 2021 · 0 comments
Labels
enhancement New feature or request Top Priority This issue is considered a top priority

Comments

@0xENDER
Copy link
Contributor

0xENDER commented Sep 6, 2021

Optimise variable declarations and types' sizes to fit the assigned data.

For example, and an int variable that has only been assigned a small value, and never changes, should be assigned the type __INT_FAST16_TYPE__.

@0xENDER 0xENDER added enhancement New feature or request Top Priority This issue is considered a top priority labels Sep 6, 2021
@0xENDER 0xENDER mentioned this issue Sep 6, 2021
87 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request Top Priority This issue is considered a top priority
Projects
None yet
Development

No branches or pull requests

1 participant