mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-12 15:27:36 +02:00
Updated compiler benchmark
This commit is contained in:
parent
6aeedbce0e
commit
b024d27bce
1 changed files with 2 additions and 2 deletions
4
TODO
4
TODO
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue