From eee21682781b6187adac2828ea433564bf0d9923 Mon Sep 17 00:00:00 2001 From: Stephen Adams Date: Sat, 5 Aug 1995 16:15:16 +0000 Subject: [PATCH] Initial revision --- v8/src/compiler/TODO | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 v8/src/compiler/TODO diff --git a/v8/src/compiler/TODO b/v8/src/compiler/TODO new file mode 100644 index 000000000..b6d7cd6b6 --- /dev/null +++ b/v8/src/compiler/TODO @@ -0,0 +1,8 @@ +Problems: + + +[] Stackopt is requitres too much storage. Investigate. + +[] Indexify should be dropped. For large programs, fully 32% of the +program (measured in pairs) is %vector-index expressions after +cleanup/4 (closconv/2 leaves it at about 25%). -- 2.25.1