Files
revng-revng/docs
Alessandro Di Federico e031583308 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.
2017-04-03 15:57:50 +02:00
..
2017-03-31 16:14:15 +02:00
2017-01-11 16:02:19 +01:00
2017-04-03 15:57:50 +02:00