Skip to content
Snippets Groups Projects
Commit e0315833 authored by Alessandro Di Federico's avatar Alessandro Di Federico
Browse files

Set CSVs linkage to internal

This simple commit should improve performance of the generated program
sensibly. Basically all the global variables will have internal linkage
from now on (unless the `--external` parameter is specified on the
command line). This way, the compiler will be able to avoid load/store
instructions when leaving code in the current translation unit.
parent e01f0cc2
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