Skip to content
Snippets Groups Projects
Commit d006b781 authored by Diego Elio Pettenò's avatar Diego Elio Pettenò Committed by Jean-Marc Valin
Browse files

Mark functions static if they are only used in their own translation unit.


This allows the compiler to perform more optimization on them as it
knows how the functions are being called.

Signed-off-by: default avatarDiego Elio Pettenò <flameeyes@flameeyes.eu>
parent d509e9f2
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment