aboutsummaryrefslogtreecommitdiffstats
path: root/doc/todo.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-04-13 20:50:14 +0000
committerlloyd <[email protected]>2008-04-13 20:50:14 +0000
commitcc9d0fcce37eb292c17c7dd75080d8f621c54d3e (patch)
tree5aff2f9712e6b27dbb0fbe59229b16d0b278b3aa /doc/todo.txt
parent95185d453f774b8eb7344b2906d73f8eb1ed87d2 (diff)
Document that shared builds would be nice
Diffstat (limited to 'doc/todo.txt')
-rw-r--r--doc/todo.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/todo.txt b/doc/todo.txt
index c41a38d1c..b861ed20c 100644
--- a/doc/todo.txt
+++ b/doc/todo.txt
@@ -38,6 +38,12 @@ ability to generate any needed or requested package-building scripts,
with support for systems like rpm, portage, dpkg, commercial Unix
package systems, and Windows installer systems.
+Splitting the build into distinct static and shared targets (and
+static-debug and shared-debug) would make certain things much simpler,
+as well as being a performance advantage on many systems (in
+particular on x86, where losing %ebx for the PIC pointer is a huge
+loss)
+
Modules to allow use of platform-specific features within Botan can
make life significantly better for users on that platform. Generic
Unix/POSIX support is more or less complete, but there are countless