Details
-
Improvement
-
Status: In Progress
-
Major
-
Resolution: Unresolved
-
4.1.2, 4.1.3, 4.1.4, 4.2.0
-
None
-
gcc
-
Inefficiency
Description
Gcc provides many built-in equivalents of C library functions like memcpy or strlen for optimization purposes. stdcxx should take advantage of them when possible to deliver better performance.
http://gcc.gnu.org/onlinedocs/gcc-4.1.2/gcc/Other-Builtins.html#Other-Builtins
Attachments
1.
|
[gcc] use string __builtins | Resolved | Martin Sebor |
|
||||||||||
2.
|
[gcc] use math __builtins | Open | Martin Sebor |
|
||||||||||
3.
|
[gcc] use __builtin_prefetch to optimize string | Open | Unassigned |
|