-
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
hi! i noticed in a few places in your code, your functions and variables are not made static, so the scope is extern.
this does have an effect of the codegen and subsequently binary size and performance.
examples are all of the cpu instructions and all global variables.
here's an example of what i mean https://godbolt.org/z/bvPYdooYv
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels