diff options
author | tjr <tjr@FreeBSD.org> | 2004-08-21 07:00:40 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2004-08-21 07:00:40 +0000 |
commit | 690161113f0f5046e897c9375a2042f08072c65d (patch) | |
tree | 591477643be7239310fc803ef18c49b7cc25ba86 /libexec/rbootd | |
parent | 1095443edbb84334ef9b49955f2116afed0713b4 (diff) | |
download | FreeBSD-src-690161113f0f5046e897c9375a2042f08072c65d.zip FreeBSD-src-690161113f0f5046e897c9375a2042f08072c65d.tar.gz |
Let GCC know that ___runetype(), ___tolower() and ___toupper() are pure
functions, allowing it to generate better code for the <ctype.h> and
<wctype.h> functions. For example, it can now keep _CurrentRuneLocale
in a register across calls to these functions, and can delete calls to
___runetype() if the result is already known or not used.
Diffstat (limited to 'libexec/rbootd')
0 files changed, 0 insertions, 0 deletions