summaryrefslogtreecommitdiff
path: root/src/TODO
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-05-21 20:42:05 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:39:06 -0400
commit7380da43ab403dacb41d2010093d11942bb7cec1 (patch)
tree1b9db99b018695254584fe9f8b9ca34a4aa073cb /src/TODO
parentf12d41f233d460bd6d2eb8efb90bf6e36e994a30 (diff)
downloadfork-ledger-7380da43ab403dacb41d2010093d11942bb7cec1.tar.gz
fork-ledger-7380da43ab403dacb41d2010093d11942bb7cec1.tar.bz2
fork-ledger-7380da43ab403dacb41d2010093d11942bb7cec1.zip
Many changes.
Diffstat (limited to 'src/TODO')
-rw-r--r--src/TODO12
1 files changed, 5 insertions, 7 deletions
diff --git a/src/TODO b/src/TODO
index 67ec951d..611e8508 100644
--- a/src/TODO
+++ b/src/TODO
@@ -1,14 +1,12 @@
- What does SEQUENCE + VALUE mean in XPath? Does it add VALUE to
every member of SEQUENCE?
-- Add tracing code for functions that records call count and total
- time spent, as well as average time per call. This would implement
- selective profiling.
+ Answer: No, it doesn't; this should throw an error
-- Make sure that if any constructors cause memory to be allocated,
- that the memory is held by an auto_ptr until the constructor is
- done; otherwise, an exception raised from within the constructor
- will not call the destructor to free the memory.
+- Make sure that if any constructors cause memory to be allocated, the
+ memory is held by an auto_ptr until the constructor is done;
+ otherwise, an exception raised from within the constructor will not
+ call the destructor to free the memory.
- Using mmap for the binary reader; or determine if the performance is
even worth the maintenance headaches of that code altogether.