Performance Tuning with GCC, Part 1
Performance Tuning with GCC, Part 1
[...]
[...]
Optimizing transformations are performed at various levels of
abstraction. In general, optimizations can be categorized into
two groups: those that apply to all targets and those that are
target-specific. The former are controlled by -f
flags;
the latter are controlled by -m
flags.
0 Comments:
Post a Comment
<< Home