Updated compiler benchmark

This commit is contained in:
Justin Ethier 2016-04-07 01:44:37 -04:00
parent 6aeedbce0e
commit b024d27bce

4
TODO
View file

@ -12,7 +12,7 @@ Tier 1:
- scheme.scm - Problem with (macro?) being a primitive and defined in application code - scheme.scm - Problem with (macro?) being a primitive and defined in application code
- slatex.scm - Need to handle more than one "args" argument to apply - slatex.scm - Need to handle more than one "args" argument to apply
crashes: crashes:
- compiler.scm - segfaults during compilation - compiler.scm - Needs to be able to dynamically grow symbol table. needed to hardcode symbol table to 20x its size to be able to generate the C file. Then C file cannot compile; there may be issues with defining functions with the same name as a primitive.
OK if test errors out if outputs directory is missing, chibi does the same thing. OK if test errors out if outputs directory is missing, chibi does the same thing.
List of all benchmarks, along with comments if they are failing: List of all benchmarks, along with comments if they are failing:
@ -22,7 +22,7 @@ Tier 1:
- browse.scm - browse.scm
- bv2string.scm - bv2string.scm
- cat.scm - cat.scm
- compiler.scm - segfaults during compilation - compiler.scm - Issues with symbol table and possibly lexical scoping
- conform.scm - conform.scm
- cpstak.scm - cpstak.scm
- ctak.scm - ctak.scm