summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorJosh Blum2012-09-18 16:03:55 -0700
committerJosh Blum2012-09-18 16:03:55 -0700
commit541b5adccdc915b5deb200c240aaf77847dea027 (patch)
treed4c8a81055760037a76a703b7baa2e83750ef4e1 /TODO.txt
parent4d6d5b216f86e976322fb4fed800c756fdef4315 (diff)
downloadsandhi-541b5adccdc915b5deb200c240aaf77847dea027.tar.gz
sandhi-541b5adccdc915b5deb200c240aaf77847dea027.tar.bz2
sandhi-541b5adccdc915b5deb200c240aaf77847dea027.zip
bring in theron and tsbe as submodules
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt15
1 files changed, 5 insertions, 10 deletions
diff --git a/TODO.txt b/TODO.txt
index 3e14dd0..628d3b2 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -12,24 +12,15 @@
* add hooks to specify input reserve
** automatically calculate from output multiple and rel rate
-* gr stream mux is on drugs
-
* handle calculating noutputitems using ninputs as a constraint
-* allocation
-** hooks for advanced allocation
-** override the default allocator (output token, recommended bytes)
-
* python wrapper for block will come from grextras
-* bring in numanuma
-** thread prio
-** thread affinity
-
* track memcpys for block usage stats
* runtime history, input/output multiple change?
** resend the hint to the allocator and possibly re-allocate
+** should only do this on topology commit?
* determine when outputs should be flushed, or continual filling
@@ -37,3 +28,7 @@
** set this before creating blocks to give them an affinity
* put this todo into wiki format checklist
+
+* more thread safety
+** all element internals should be accessed via message
+and not directly from block::<method>