diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-20 19:11:35 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-20 19:11:35 +0100 |
commit | f5bd1f18a7ab9a4c38f6ceff65fb363e9ac0bd77 (patch) | |
tree | 6713bf67c535c47f05020c82f9937397002cad93 /README | |
parent | m (diff) | |
download | slibc-f5bd1f18a7ab9a4c38f6ceff65fb363e9ac0bd77.tar.gz slibc-f5bd1f18a7ab9a4c38f6ceff65fb363e9ac0bd77.tar.bz2 slibc-f5bd1f18a7ab9a4c38f6ceff65fb363e9ac0bd77.tar.xz |
future directions
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -59,6 +59,15 @@ COMMENTS which libc implementions they appear. Help optimising all functions would also be appreciated. +FUTURE DIRECTIONS + The macro _SMALL_BINARY shall whenever available, create + macros that make the program use implementions of the functions + that optimised for size rather than performance. It should + be compile-time selectable whether this macro has any effect, + or if it is always in effect. _FAST_BINARY could also be added + to make the program use fast implementions when the library + is compiled to use the size optimised implementations. + RATIONALE slibc is written as a learning exercise, and for fun. |