Add todo notes in classifySessionsBy

This commit is contained in:
Harendra Kumar 2022-03-30 19:43:02 +05:30
parent 6b2f1c1669
commit b30eb0e62d

View File

@ -1191,6 +1191,9 @@ data SessionEntry a b = LiveSession !a !b | ZombieSession
--
-- /Pre-release/
-- XXX Use a proxy type for the map type to use.
-- XXX Use mutable IORef in accumulator
--
-- XXX this fuses with INLINE but it may be too much work for the compiler.
-- Maybe we can NOINLINE the heap processing stuff and then INLINE it to reduce
-- the code bloat.