zhijian lin
be6c4d933d
[PowerPC] using milicode call for strlen instead of lib call ( #153600 )
...
AIX has "millicode" routines, which are functions loaded at boot time
into fixed addresses in kernel memory. This allows them to be customized
for the processor. The __strlen routine is a millicode implementation;
we use millicode for the strlen function instead of a library call to
improve performance.
2025-09-19 10:02:21 -04:00
..
2025-04-06 13:14:37 +03:00
2025-09-19 11:58:41 +02:00
2025-09-12 19:22:02 +09:00
2025-06-18 16:04:18 +01:00
2025-09-12 19:22:02 +09:00
2025-08-13 21:46:48 -07:00
2025-09-12 19:49:48 -07:00
2025-08-14 10:04:56 +02:00
2025-09-15 15:54:26 -07:00
2025-09-12 19:49:48 -07:00
2025-09-02 15:35:15 +01:00
2025-05-16 09:37:02 -07:00
2025-09-02 15:35:15 +01:00
2025-09-12 19:49:48 -07:00
2025-08-29 12:52:07 +00:00
2025-05-05 10:08:49 -07:00
2025-09-12 19:22:02 +09:00
2025-07-30 14:56:39 -07:00
2025-01-23 09:16:09 +00:00
2025-01-23 09:16:09 +00:00
2025-04-26 15:50:38 -07:00
2025-04-06 13:14:37 +03:00
2025-09-19 10:02:21 -04:00
2025-07-22 09:44:59 +02:00
2025-09-19 10:02:21 -04:00
2025-09-04 10:34:43 +02:00
2025-09-02 15:35:15 +01:00
2025-09-04 12:55:12 +01:00
2025-04-06 13:14:37 +03:00
2025-08-15 08:02:31 +01:00
2025-09-19 10:19:38 +02:00