aboutsummaryrefslogtreecommitdiffhomepage
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 2 insertions, 3 deletions
diff --git a/TODO b/TODO
index 9230fed..ff1568a 100644
--- a/TODO
+++ b/TODO
@@ -250,9 +250,8 @@ Features:
Optimizations:
* The Windows-specific memory limiting using GetProcessMemoryInfo()
- is very slow. Perhaps a similar approach to the generic UNIX
- malloc() hooking can be implemented and memory_usage counted
- with _msize() from MSVCRT.
+ is very slow. Perhaps malloc() hooking can be implemented there,
+ using _msize() to measure the memory required by individual chunks.
This must be benchmarked.
* Add G_UNLIKELY to all error throws.
* Instead of using RTTI to implement the immediate editing command