From: Christoph Egger Date: Wed, 7 Jan 2015 20:44:04 +0000 (+0100) Subject: BUGS file X-Git-Tag: v0.1~141 X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=commitdiff_plain;h=079cf5a082a42232de30be1dd88779aac085174c BUGS file --- diff --git a/BUGS.org b/BUGS.org new file mode 100644 index 0000000..17c6a53 --- /dev/null +++ b/BUGS.org @@ -0,0 +1,10 @@ +* TODO BasicBlockWidget should get an unique type + + As a result, properly filter BasicBlockWidgets when spacing + without linearly searching through all BasicBlockWidgets all the + time + +* TODO Splitting BasicBlocks needs to happen sooner + + BasicBlocks are splittet too late these days. As a result we + sometimes get BasicBlocks that are suffixes of other BasicBlocks