diff options
author | Eric Andersen <andersen@codepoet.org> | 2004-08-21 21:42:51 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2004-08-21 21:42:51 +0000 |
commit | 01ccabfbd77e756460b86e4b4c8875c26b8c13c6 (patch) | |
tree | 36e954402cac8782aabb45329657ee4cf8e85f1e /TODO | |
parent | 09f85c7ffd5f5f931c7c5d6b58d56109175f24c9 (diff) |
The "Delete current profiling code because it is complete crap"
TODO item is now done.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -31,9 +31,6 @@ TODO list for the uClibc 1.0.0 release: *) Implement the float and long double versions of math funcs using wrappers on top of the double versions (size / precision trade off where size clearly wins). - *) Delete current profiling code (because it is complete crap - and only works properly when static + PIC, and because it is - quite intrusive, and because there are better ways to profile) *) Fix profiling by adding missing stub functions per http://uclibc.org/lists/uclibc/2004-February/008167.html and used by, i.e. http://www710.univ-lyon1.fr/~yperret/fnccheck/ |