From: Stephen Adams Date: Sat, 5 Aug 1995 16:15:16 +0000 (+0000) Subject: Initial revision X-Git-Tag: 20090517-FFI~6068 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=eee21682781b6187adac2828ea433564bf0d9923;p=mit-scheme.git Initial revision --- 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%).