From 848409408024e1f47e9cb748970b02197d1b9767 Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Wed, 29 Nov 2017 08:32:26 -0500 Subject: [PATCH] tfv: update TODO --- tfv/TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tfv/TODO b/tfv/TODO index 85bc4ded..c9a91c37 100644 --- a/tfv/TODO +++ b/tfv/TODO @@ -11,6 +11,11 @@ mode7 speed fixes: incremented and just skip the lookup (avoid the need for the cache code) + + Unroll inner loop? Might not help much since we are + self-modifying and would have to duplicate + that. + + short term: longer term: