embedded
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| embedded [2020/04/05 18:57] – [Tips] jrseti | embedded [2020/04/05 18:57] (current) – [Tips] jrseti | ||
|---|---|---|---|
| Line 24: | Line 24: | ||
| * Avoid functions with a variable number of parameters. Varargs functions | * Avoid functions with a variable number of parameters. Varargs functions | ||
| - | On Arm there is the "__pure" keyword which tells the compiler the computation is all contained within the function so the compiler can optimize it as much as possible. Not dependent on outside variables. | + | On Arm there is the "pure" keyword which tells the compiler the computation is all contained within the function so the compiler can optimize it as much as possible. Not dependent on outside variables. |
| Example: | Example: | ||
embedded.1586113068.txt.gz · Last modified: 2020/04/05 18:57 by jrseti