Skip to content
Snippets Groups Projects
  • Alessandro Di Federico's avatar
    e0315833
    Set CSVs linkage to internal · e0315833
    Alessandro Di Federico authored
    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.
    e0315833
    History
    Set CSVs linkage to internal
    Alessandro Di Federico authored
    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.