[hackers] [scc] Add TODO in fold.c || Roberto E. Vargas Caballero

From: <git_AT_suckless.org>
Date: Sat, 3 Oct 2015 12:13:12 +0200 (CEST)

commit cd60868d9c36b0648569295dc3de8bfeb913da21
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Sat Oct 3 12:11:12 2015 +0200
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
CommitDate: Sat Oct 3 12:12:46 2015 +0200

    Add TODO in fold.c

diff --git a/cc1/fold.c b/cc1/fold.c
index 78fd807..3a54d94 100644
--- a/cc1/fold.c
+++ b/cc1/fold.c
_AT_@ -480,6 +480,11 @@ change_to_comma:
         return NULL;
 }
 
+/*
+ * TODO: transform simplify in a recursivity
+ * function, because we are losing optimization
+ * chances
+ */
 Node *
 simplify(int op, Type *tp, Node *lp, Node *rp)
 {
Received on Sat Oct 03 2015 - 12:13:12 CEST

This archive was generated by hypermail 2.3.0 : Sat Oct 03 2015 - 12:24:20 CEST