Wilco Dijkstra 6e46de42fe This patch improves strcat performance by using strlen and strcpy. Strlen has a fast C
implementation, so this improves performance even on targets which don't have an optimized
strlen and strcpy - it is 25% faster in bench-strcat. On targets which don't provide an
optimized strcat but which do have an optimized strlen and strcpy, performance gain is > 2x.
2014-10-24 16:08:42 +00:00
..
2006-01-10 00:25:07 +00:00
2014-06-07 19:58:36 +00:00
2014-07-04 09:23:21 +01:00
2009-03-14 23:57:33 +00:00
2013-02-17 16:34:04 +01:00