diff options
Diffstat (limited to 'src/TODO')
-rw-r--r-- | src/TODO | 12 |
1 files changed, 5 insertions, 7 deletions
@@ -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. |