diff options
author | lloyd <[email protected]> | 2008-04-14 01:04:44 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-04-14 01:04:44 +0000 |
commit | 2a5d109a8d35741284a23ef4f87a98cef303ff26 (patch) | |
tree | bfa0c9e43b78aa0c391455aa73a04153b9b0b2bd /doc | |
parent | d2300c21e66699aa8a1be30904971ecbeb8ad41e (diff) | |
parent | cc9d0fcce37eb292c17c7dd75080d8f621c54d3e (diff) |
merge of '34be1e0ad58e29063ea95d33f2cdc090fd63c4b2'
and 'fcc3affb2faabb6cf819877452cfc88201d4e1a0'
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo.txt | 6 |
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 |